Html Css Color HEX #559EE0 Picton Blue

📋 copy color: '#559EE0'

red 85 ◦ green 158 ◦ blue 224

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

Shades of Picton Blue #559EE0

Tints of Picton Blue #559EE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 47.97%

R = 18.2%
G = 33.83%
B = 47.97%

CMYK

 C value IS 0.62

 M value IS 0.29

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#559EE0 (or 0x559EE0) is known color: Picton Blue. HEX triplet: 55, 9E and E0. RGB value is (85,158,224). Sum of RGB (Red+Green+Blue) = 85+158+224=467 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.20% from 467); Green value is 158 (62.11% from 255 or 33.83% from 467); Blue value is 224 (87.89% from 255 or 47.97% from 467); Max value from RGB is 224 - color contains mainly: blue. Hex color #559EE0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EE0 is #AA611F. Grayscale: #8F8F8F. Windows color (decimal): -11165984 or 14720597. OLE color: 14720597.

HSL color Cylindrical-coordinate representation of color #559EE0: hue angle of 208.49º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #559EE0 is Cyan = 0.62, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 85 158 224 -
CMYK 0.62 0.29 0 0.12
HSL 208.49º 0.69% 0.61% -
HSV(B) 208.49º 0.62% 0.88% -
XYZ 29.43 31.77 75.1 -
YUV 143.7 173.32 86.13 -
System Red Green Blue C M Y K H S L
Decimal 85 158 224 0.62 0.29 0 0.12 208.49 0.69 0.61
Hex 55 9E E0 3E 1D 0 C D0 45 3D
Octal 125 236 340 76 35 0 14 320 105 75
Binary 1010101 10011110 11100000 111110 11101 0 1100 11010000 1000101 111101

Color Harmonies of #559EE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EE0

Black with #559EE0

Text Example


Text Example

White with #559EE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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