Html Css Color HEX #559ACC Picton Blue

📋 copy color: '#559ACC'

red 85 ◦ green 154 ◦ blue 204

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

Shades of Picton Blue #559ACC

Tints of Picton Blue #559ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.05%

R = 19.19%
G = 34.76%
B = 46.05%

CMYK

 C value IS 0.58

 M value IS 0.25

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#559ACC (or 0x559ACC) is known color: Picton Blue. HEX triplet: 55, 9A and CC. RGB value is (85,154,204). Sum of RGB (Red+Green+Blue) = 85+154+204=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 154 (60.55% from 255 or 34.76% from 443); Blue value is 204 (80.08% from 255 or 46.05% from 443); Max value from RGB is 204 - color contains mainly: blue. Hex color #559ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ACC is #AA6533. Grayscale: #8A8A8A. Windows color (decimal): -11167028 or 13408853. OLE color: 13408853.

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

Color convert

RGB 85 154 204 -
CMYK 0.58 0.25 0 0.2
HSL 205.21º 0.54% 0.57% -
HSV(B) 205.21º 0.58% 0.8% -
XYZ 26.2 29.4 61.42 -
YUV 139.07 164.64 89.43 -
System Red Green Blue C M Y K H S L
Decimal 85 154 204 0.58 0.25 0 0.2 205.21 0.54 0.57
Hex 55 9A CC 3A 19 0 14 CD 36 39
Octal 125 232 314 72 31 0 24 315 66 71
Binary 1010101 10011010 11001100 111010 11001 0 10100 11001101 110110 111001

Color Harmonies of #559ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559ACC

Black with #559ACC

Text Example


Text Example

White with #559ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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