Html Css Color HEX #539DCC Picton Blue

📋 copy color: '#539DCC'

red 83 ◦ green 157 ◦ blue 204

#539DCC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Picton Blue #539DCC

Tints of Picton Blue #539DCC

RGB

 RED value IS 83 (32.81% from 255) = 18.69%

 GREEN value IS 157 (61.72% from 255) = 35.36%

 BLUE value IS 204 (80.08% from 255) = 45.95%

R = 18.69%
G = 35.36%
B = 45.95%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#539DCC (or 0x539DCC) is known color: Picton Blue. HEX triplet: 53, 9D and CC. RGB value is (83,157,204). Sum of RGB (Red+Green+Blue) = 83+157+204=444 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.69% from 444); Green value is 157 (61.72% from 255 or 35.36% from 444); Blue value is 204 (80.08% from 255 or 45.95% from 444); Max value from RGB is 204 - color contains mainly: blue. Hex color #539DCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539DCC is #AC6233. Grayscale: #8B8B8B. Windows color (decimal): -11297332 or 13409619. OLE color: 13409619.

HSL color Cylindrical-coordinate representation of color #539DCC: hue angle of 203.31º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #539DCC is Cyan = 0.59, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 157 204 -
CMYK 0.59 0.23 0 0.2
HSL 203.31º 0.54% 0.56% -
HSV(B) 203.31º 0.59% 0.8% -
XYZ 26.52 30.31 61.58 -
YUV 140.23 163.98 87.18 -
System Red Green Blue C M Y K H S L
Decimal 83 157 204 0.59 0.23 0 0.2 203.31 0.54 0.56
Hex 53 9D CC 3B 17 0 14 CB 36 38
Octal 123 235 314 73 27 0 24 313 66 70
Binary 1010011 10011101 11001100 111011 10111 0 10100 11001011 110110 111000

Color Harmonies of #539DCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539DCC

Black with #539DCC

Text Example


Text Example

White with #539DCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(83,157,204); }

 H1.HeaderClassName
 {
   color: #539DCC;
 }
 .AnyTagClassName
 {
   color: #539DCC;
 }
</style>

background-color css

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

 a { background-color: rgb(83,157,204); }

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

border-color css

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

 span { border-color: rgb(83,157,204); }

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