Html Css Color HEX #539FCC Picton Blue

📋 copy color: '#539FCC'

red 83 ◦ green 159 ◦ blue 204

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

Shades of Picton Blue #539FCC

Tints of Picton Blue #539FCC

RGB

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

 GREEN value IS 159 (62.5% from 255) = 35.65%

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

R = 18.61%
G = 35.65%
B = 45.74%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#539FCC (or 0x539FCC) is known color: Picton Blue. HEX triplet: 53, 9F and CC. RGB value is (83,159,204). Sum of RGB (Red+Green+Blue) = 83+159+204=446 (59% of max value = 765). Red value is 83 (32.81% from 255 or 18.61% from 446); Green value is 159 (62.5% from 255 or 35.65% from 446); Blue value is 204 (80.08% from 255 or 45.74% from 446); Max value from RGB is 204 - color contains mainly: blue. Hex color #539FCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539FCC is #AC6033. Grayscale: #8D8D8D. Windows color (decimal): -11296820 or 13410131. OLE color: 13410131.

HSL color Cylindrical-coordinate representation of color #539FCC: hue angle of 202.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 #539FCC is Cyan = 0.59, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 159 204 -
CMYK 0.59 0.22 0 0.2
HSL 202.31º 0.54% 0.56% -
HSV(B) 202.31º 0.59% 0.8% -
XYZ 26.86 30.99 61.69 -
YUV 141.41 163.32 86.34 -
System Red Green Blue C M Y K H S L
Decimal 83 159 204 0.59 0.22 0 0.2 202.31 0.54 0.56
Hex 53 9F CC 3B 16 0 14 CA 36 38
Octal 123 237 314 73 26 0 24 312 66 70
Binary 1010011 10011111 11001100 111011 10110 0 10100 11001010 110110 111000

Color Harmonies of #539FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539FCC

Black with #539FCC

Text Example


Text Example

White with #539FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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