Html Css Color HEX #539CCB Picton Blue

📋 copy color: '#539CCB'

red 83 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #539CCB

Tints of Picton Blue #539CCB

RGB

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

 GREEN value IS 156 (61.33% from 255) = 35.29%

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

R = 18.78%
G = 35.29%
B = 45.93%

CMYK

 C value IS 0.59

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#539CCB (or 0x539CCB) is known color: Picton Blue. HEX triplet: 53, 9C and CB. RGB value is (83,156,203). Sum of RGB (Red+Green+Blue) = 83+156+203=442 (58% of max value = 765). Red value is 83 (32.81% from 255 or 18.78% from 442); Green value is 156 (61.33% from 255 or 35.29% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #539CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #539CCB is #AC6334. Grayscale: #8B8B8B. Windows color (decimal): -11297589 or 13343827. OLE color: 13343827.

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

Color convert

RGB 83 156 203 -
CMYK 0.59 0.23 0 0.20
HSL 203.5º 0.54% 0.56% -
HSV(B) 203.5º 0.59% 0.8% -
XYZ 26.24 29.93 60.89 -
YUV 139.53 163.82 87.68 -
System Red Green Blue C M Y K H S L
Decimal 83 156 203 0.59 0.23 0 0.20 203.5 0.54 0.56
Hex 53 9C CB 3B 17 0 14 CC 36 38
Octal 123 234 313 73 27 0 24 314 66 70
Binary 1010011 10011100 11001011 111011 10111 0 10100 11001100 110110 111000

Color Harmonies of #539CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #539CCB

Black with #539CCB

Text Example


Text Example

White with #539CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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