Html Css Color HEX #559DDD Picton Blue

📋 copy color: '#559DDD'

red 85 ◦ green 157 ◦ blue 221

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

Shades of Picton Blue #559DDD

Tints of Picton Blue #559DDD

RGB

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

 GREEN value IS 157 (61.72% from 255) = 33.91%

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

R = 18.36%
G = 33.91%
B = 47.73%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#559DDD (or 0x559DDD) is known color: Picton Blue. HEX triplet: 55, 9D and DD. RGB value is (85,157,221). Sum of RGB (Red+Green+Blue) = 85+157+221=463 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.36% from 463); Green value is 157 (61.72% from 255 or 33.91% from 463); Blue value is 221 (86.72% from 255 or 47.73% from 463); Max value from RGB is 221 - color contains mainly: blue. Hex color #559DDD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DDD is #AA6222. Grayscale: #8E8E8E. Windows color (decimal): -11166243 or 14523733. OLE color: 14523733.

HSL color Cylindrical-coordinate representation of color #559DDD: hue angle of 208.24º 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 #559DDD is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 157 221 -
CMYK 0.62 0.29 0 0.13
HSL 208.24º 0.67% 0.6% -
HSV(B) 208.24º 0.62% 0.87% -
XYZ 28.85 31.27 72.92 -
YUV 142.77 172.15 86.8 -
System Red Green Blue C M Y K H S L
Decimal 85 157 221 0.62 0.29 0 0.13 208.24 0.67 0.6
Hex 55 9D DD 3E 1D 0 D D0 43 3C
Octal 125 235 335 76 35 0 15 320 103 74
Binary 1010101 10011101 11011101 111110 11101 0 1101 11010000 1000011 111100

Color Harmonies of #559DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DDD

Black with #559DDD

Text Example


Text Example

White with #559DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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