Html Css Color HEX #559ADD Picton Blue

📋 copy color: '#559ADD'

red 85 ◦ green 154 ◦ blue 221

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

Shades of Picton Blue #559ADD

Tints of Picton Blue #559ADD

RGB

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

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

 BLUE value IS 221 (86.72% from 255) = 48.04%

R = 18.48%
G = 33.48%
B = 48.04%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#559ADD (or 0x559ADD) is known color: Picton Blue. HEX triplet: 55, 9A and DD. RGB value is (85,154,221). Sum of RGB (Red+Green+Blue) = 85+154+221=460 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.48% from 460); Green value is 154 (60.55% from 255 or 33.48% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #559ADD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ADD is #AA6522. Grayscale: #8C8C8C. Windows color (decimal): -11167011 or 14522965. OLE color: 14522965.

HSL color Cylindrical-coordinate representation of color #559ADD: hue angle of 209.56º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #559ADD is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 154 221 -
CMYK 0.62 0.30 0 0.13
HSL 209.56º 0.67% 0.6% -
HSV(B) 209.56º 0.62% 0.87% -
XYZ 28.35 30.26 72.75 -
YUV 141.01 173.14 88.05 -
System Red Green Blue C M Y K H S L
Decimal 85 154 221 0.62 0.30 0 0.13 209.56 0.67 0.6
Hex 55 9A DD 3E 1E 0 D D2 43 3C
Octal 125 232 335 76 36 0 15 322 103 74
Binary 1010101 10011010 11011101 111110 11110 0 1101 11010010 1000011 111100

Color Harmonies of #559ADD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559ADD

Black with #559ADD

Text Example


Text Example

White with #559ADD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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