Html Css Color HEX #559ACD Picton Blue

📋 copy color: '#559ACD'

red 85 ◦ green 154 ◦ blue 205

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

Shades of Picton Blue #559ACD

Tints of Picton Blue #559ACD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 46.17%

R = 19.14%
G = 34.68%
B = 46.17%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#559ACD (or 0x559ACD) is known color: Picton Blue. HEX triplet: 55, 9A and CD. RGB value is (85,154,205). Sum of RGB (Red+Green+Blue) = 85+154+205=444 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.14% from 444); Green value is 154 (60.55% from 255 or 34.68% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #559ACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ACD is #AA6532. Grayscale: #8A8A8A. Windows color (decimal): -11167027 or 13474389. OLE color: 13474389.

HSL color Cylindrical-coordinate representation of color #559ACD: hue angle of 205.5º degrees, saturation: 0.55, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #559ACD is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 85 154 205 -
CMYK 0.59 0.25 0 0.20
HSL 205.5º 0.55% 0.57% -
HSV(B) 205.5º 0.59% 0.8% -
XYZ 26.32 29.45 62.05 -
YUV 139.18 165.14 89.35 -
System Red Green Blue C M Y K H S L
Decimal 85 154 205 0.59 0.25 0 0.20 205.5 0.55 0.57
Hex 55 9A CD 3B 19 0 14 CE 37 39
Octal 125 232 315 73 31 0 24 316 67 71
Binary 1010101 10011010 11001101 111011 11001 0 10100 11001110 110111 111001

Color Harmonies of #559ACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559ACD

Black with #559ACD

Text Example


Text Example

White with #559ACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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