Html Css Color HEX #559ACB Picton Blue

📋 copy color: '#559ACB'

red 85 ◦ green 154 ◦ blue 203

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

Shades of Picton Blue #559ACB

Tints of Picton Blue #559ACB

RGB

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

 GREEN value IS 154 (60.55% from 255) = 34.84%

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

R = 19.23%
G = 34.84%
B = 45.93%

CMYK

 C value IS 0.58

 M value IS 0.24

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#559ACB (or 0x559ACB) is known color: Picton Blue. HEX triplet: 55, 9A and CB. RGB value is (85,154,203). Sum of RGB (Red+Green+Blue) = 85+154+203=442 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.23% from 442); Green value is 154 (60.55% from 255 or 34.84% 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 #559ACB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ACB is #AA6534. Grayscale: #8A8A8A. Windows color (decimal): -11167029 or 13343317. OLE color: 13343317.

HSL color Cylindrical-coordinate representation of color #559ACB: hue angle of 204.92º 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 #559ACB is Cyan = 0.58, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 154 203 -
CMYK 0.58 0.24 0 0.20
HSL 204.92º 0.53% 0.56% -
HSV(B) 204.92º 0.58% 0.8% -
XYZ 26.08 29.35 60.79 -
YUV 138.96 164.14 89.52 -
System Red Green Blue C M Y K H S L
Decimal 85 154 203 0.58 0.24 0 0.20 204.92 0.53 0.56
Hex 55 9A CB 3A 18 0 14 CD 35 38
Octal 125 232 313 72 30 0 24 315 65 70
Binary 1010101 10011010 11001011 111010 11000 0 10100 11001101 110101 111000

Color Harmonies of #559ACB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559ACB

Black with #559ACB

Text Example


Text Example

White with #559ACB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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