Html Css Color HEX #559CCB Picton Blue

📋 copy color: '#559CCB'

red 85 ◦ green 156 ◦ blue 203

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

Shades of Picton Blue #559CCB

Tints of Picton Blue #559CCB

RGB

 RED value IS 85 (33.59% from 255) = 19.14%

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

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

R = 19.14%
G = 35.14%
B = 45.72%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#559CCB (or 0x559CCB) is known color: Picton Blue. HEX triplet: 55, 9C and CB. RGB value is (85,156,203). Sum of RGB (Red+Green+Blue) = 85+156+203=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 156 (61.33% from 255 or 35.14% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #559CCB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559CCB is #AA6334. Grayscale: #8B8B8B. Windows color (decimal): -11166517 or 13343829. OLE color: 13343829.

HSL color Cylindrical-coordinate representation of color #559CCB: hue angle of 203.9º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #559CCB is Cyan = 0.58, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 156 203 -
CMYK 0.58 0.23 0 0.20
HSL 203.9º 0.53% 0.56% -
HSV(B) 203.9º 0.58% 0.8% -
XYZ 26.41 30.02 60.9 -
YUV 140.13 163.48 88.68 -
System Red Green Blue C M Y K H S L
Decimal 85 156 203 0.58 0.23 0 0.20 203.9 0.53 0.56
Hex 55 9C CB 3A 17 0 14 CC 35 38
Octal 125 234 313 72 27 0 24 314 65 70
Binary 1010101 10011100 11001011 111010 10111 0 10100 11001100 110101 111000

Color Harmonies of #559CCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559CCB

Black with #559CCB

Text Example


Text Example

White with #559CCB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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