Html Css Color HEX #539FCB Picton Blue

📋 copy color: '#539FCB'

red 83 ◦ green 159 ◦ blue 203

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

Shades of Picton Blue #539FCB

Tints of Picton Blue #539FCB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 45.62%

R = 18.65%
G = 35.73%
B = 45.62%

CMYK

 C value IS 0.59

 M value IS 0.22

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#539FCB (or 0x539FCB) is known color: Picton Blue. HEX triplet: 53, 9F and CB. RGB value is (83,159,203). Sum of RGB (Red+Green+Blue) = 83+159+203=445 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.65% from 445); Green value is 159 (62.5% from 255 or 35.73% from 445); Blue value is 203 (79.69% from 255 or 45.62% from 445); Max value from RGB is 203 - color contains mainly: blue. Hex color #539FCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539FCB is #AC6034. Grayscale: #8D8D8D. Windows color (decimal): -11296821 or 13344595. OLE color: 13344595.

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

Color convert

RGB 83 159 203 -
CMYK 0.59 0.22 0 0.20
HSL 202º 0.54% 0.56% -
HSV(B) 202º 0.59% 0.8% -
XYZ 26.74 30.95 61.06 -
YUV 141.29 162.82 86.42 -
System Red Green Blue C M Y K H S L
Decimal 83 159 203 0.59 0.22 0 0.20 202 0.54 0.56
Hex 53 9F CB 3B 16 0 14 CA 36 38
Octal 123 237 313 73 26 0 24 312 66 70
Binary 1010011 10011111 11001011 111011 10110 0 10100 11001010 110110 111000

Color Harmonies of #539FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539FCB

Black with #539FCB

Text Example


Text Example

White with #539FCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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