Html Css Color HEX #559ED6 Picton Blue

📋 copy color: '#559ED6'

red 85 ◦ green 158 ◦ blue 214

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

Shades of Picton Blue #559ED6

Tints of Picton Blue #559ED6

RGB

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

 GREEN value IS 158 (62.11% from 255) = 34.57%

 BLUE value IS 214 (83.98% from 255) = 46.83%

R = 18.6%
G = 34.57%
B = 46.83%

CMYK

 C value IS 0.60

 M value IS 0.26

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#559ED6 (or 0x559ED6) is known color: Picton Blue. HEX triplet: 55, 9E and D6. RGB value is (85,158,214). Sum of RGB (Red+Green+Blue) = 85+158+214=457 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.60% from 457); Green value is 158 (62.11% from 255 or 34.57% from 457); Blue value is 214 (83.98% from 255 or 46.83% from 457); Max value from RGB is 214 - color contains mainly: blue. Hex color #559ED6 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ED6 is #AA6129. Grayscale: #8E8E8E. Windows color (decimal): -11165994 or 14065237. OLE color: 14065237.

HSL color Cylindrical-coordinate representation of color #559ED6: hue angle of 206.05º degrees, saturation: 0.61, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #559ED6 is Cyan = 0.60, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 85 158 214 -
CMYK 0.60 0.26 0 0.16
HSL 206.05º 0.61% 0.59% -
HSV(B) 206.05º 0.6% 0.84% -
XYZ 28.11 31.24 68.17 -
YUV 142.56 168.32 86.95 -
System Red Green Blue C M Y K H S L
Decimal 85 158 214 0.60 0.26 0 0.16 206.05 0.61 0.59
Hex 55 9E D6 3C 1A 0 10 CE 3D 3B
Octal 125 236 326 74 32 0 20 316 75 73
Binary 1010101 10011110 11010110 111100 11010 0 10000 11001110 111101 111011

Color Harmonies of #559ED6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559ED6

Black with #559ED6

Text Example


Text Example

White with #559ED6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,158,214); }

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

background-color css

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

 a { background-color: rgb(85,158,214); }

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

border-color css

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

 span { border-color: rgb(85,158,214); }

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