Html Css Color HEX #559ED1 Picton Blue

📋 copy color: '#559ED1'

red 85 ◦ green 158 ◦ blue 209

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

Shades of Picton Blue #559ED1

Tints of Picton Blue #559ED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 46.24%

R = 18.81%
G = 34.96%
B = 46.24%

CMYK

 C value IS 0.59

 M value IS 0.24

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#559ED1 (or 0x559ED1) is known color: Picton Blue. HEX triplet: 55, 9E and D1. RGB value is (85,158,209). Sum of RGB (Red+Green+Blue) = 85+158+209=452 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.81% from 452); Green value is 158 (62.11% from 255 or 34.96% from 452); Blue value is 209 (82.03% from 255 or 46.24% from 452); Max value from RGB is 209 - color contains mainly: blue. Hex color #559ED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559ED1 is #AA612E. Grayscale: #8D8D8D. Windows color (decimal): -11165999 or 13737557. OLE color: 13737557.

HSL color Cylindrical-coordinate representation of color #559ED1: hue angle of 204.68º degrees, saturation: 0.57, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #559ED1 is Cyan = 0.59, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 158 209 -
CMYK 0.59 0.24 0 0.18
HSL 204.68º 0.57% 0.58% -
HSV(B) 204.68º 0.59% 0.82% -
XYZ 27.48 30.99 64.85 -
YUV 141.99 165.82 87.35 -
System Red Green Blue C M Y K H S L
Decimal 85 158 209 0.59 0.24 0 0.18 204.68 0.57 0.58
Hex 55 9E D1 3B 18 0 12 CD 39 3A
Octal 125 236 321 73 30 0 22 315 71 72
Binary 1010101 10011110 11010001 111011 11000 0 10010 11001101 111001 111010

Color Harmonies of #559ED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559ED1

Black with #559ED1

Text Example


Text Example

White with #559ED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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