Html Css Color HEX #559AC9 Picton Blue

📋 copy color: '#559AC9'

red 85 ◦ green 154 ◦ blue 201

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

Shades of Picton Blue #559AC9

Tints of Picton Blue #559AC9

RGB

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

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

 BLUE value IS 201 (78.91% from 255) = 45.68%

R = 19.32%
G = 35%
B = 45.68%

CMYK

 C value IS 0.58

 M value IS 0.23

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#559AC9 (or 0x559AC9) is known color: Picton Blue. HEX triplet: 55, 9A and C9. RGB value is (85,154,201). Sum of RGB (Red+Green+Blue) = 85+154+201=440 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.32% from 440); Green value is 154 (60.55% from 255 or 35% from 440); Blue value is 201 (78.91% from 255 or 45.68% from 440); Max value from RGB is 201 - color contains mainly: blue. Hex color #559AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559AC9 is #AA6536. Grayscale: #8A8A8A. Windows color (decimal): -11167031 or 13212245. OLE color: 13212245.

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

Color convert

RGB 85 154 201 -
CMYK 0.58 0.23 0 0.21
HSL 204.31º 0.52% 0.56% -
HSV(B) 204.31º 0.58% 0.79% -
XYZ 25.84 29.26 59.54 -
YUV 138.73 163.14 89.68 -
System Red Green Blue C M Y K H S L
Decimal 85 154 201 0.58 0.23 0 0.21 204.31 0.52 0.56
Hex 55 9A C9 3A 17 0 15 CC 34 38
Octal 125 232 311 72 27 0 25 314 64 70
Binary 1010101 10011010 11001001 111010 10111 0 10101 11001100 110100 111000

Color Harmonies of #559AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559AC9

Black with #559AC9

Text Example


Text Example

White with #559AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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