#539CC8

Color #539CC8 Picton Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Picton Blue #539CC8

Tints of Picton Blue #539CC8

Color information

#539CC8 (or 0x539CC8) is unknown color: approx Picton Blue. HEX triplet: 53, 9C and C8. RGB value is (83,156,200). Sum of RGB (Red+Green+Blue) = 83+156+200=439 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.91% from 439); Green value is 156 (61.33% from 255 or 35.54% from 439); Blue value is 200 (78.52% from 255 or 45.56% from 439); Max value from RGB is 200 - color contains mainly: blue. Hex color #539CC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CC8 is #AC6337. Grayscale: #8A8A8A. Windows color (decimal): -11297592 or 13147219. OLE color: 13147219.

HSL color Cylindrical-coordinate representation of color #539CC8: hue angle of 202.56º degrees, saturation: 0.52, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #539CC8 is Cyan = 0.58, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB83156200-
CMYK0.580.2200.22
HSL202.56º51.54%55.49%-
HSV(B)202.56º58.5%78.43%-
XYZ25.8829.7959.03-
YUV139.19162.3287.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 83 (32.81% from 255) = 18.91%
GREEN value IS 156 (61.33% from 255) = 35.54%
BLUE value IS 200 (78.52% from 255) = 45.56%
R=18.91%
G=35.54%
B=45.56%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.22
SystemRedGreenBlueCMYKHSL
Decimal831562000.580.2200.22202.5651.5455.49
Hex539CC83A16016cb3437
Octal12323431072260263136467
Binary101001110011100110010001110101011001011011001011110100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #539CC8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #539CC8; }

 p { color: rgb(83,156,200); }

 H1.HeaderClassName
 {
   color: #539CC8;
 }
 .AnyTagClassName
 {
   color: #539CC8;
 }
</style>
background-color css

<style>
 a { background-color: #539CC8; }

 a { background-color: rgb(83,156,200); }

 div.DivClassName
 {
   background-color: #539CC8;
 }
 .BgClassName
 {
   background-color: #539CC8;
 }
</style>
border-color css

<style>
 span { border-color: #539CC8; }

 span { border-color: rgb(83,156,200); }

 td.TdClassName
 {
   border-color: #539CC8;
 }
 .TagClassName
 {
   border-color: #539CC8;
 }
</style>