Html Css Color HEX #559EE5 Picton Blue

📋 copy color: '#559EE5'

red 85 ◦ green 158 ◦ blue 229

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

Shades of Picton Blue #559EE5

Tints of Picton Blue #559EE5

RGB

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

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

 BLUE value IS 229 (89.84% from 255) = 48.52%

R = 18.01%
G = 33.47%
B = 48.52%

CMYK

 C value IS 0.63

 M value IS 0.31

 Y value IS 0

 K value IS 0.10

RGB Variations

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

Color information

#559EE5 (or 0x559EE5) is known color: Picton Blue. HEX triplet: 55, 9E and E5. RGB value is (85,158,229). Sum of RGB (Red+Green+Blue) = 85+158+229=472 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.01% from 472); Green value is 158 (62.11% from 255 or 33.47% from 472); Blue value is 229 (89.84% from 255 or 48.52% from 472); Max value from RGB is 229 - color contains mainly: blue. Hex color #559EE5 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EE5 is #AA611A. Grayscale: #8F8F8F. Windows color (decimal): -11165979 or 15048277. OLE color: 15048277.

HSL color Cylindrical-coordinate representation of color #559EE5: hue angle of 209.58º degrees, saturation: 0.73, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.9% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #559EE5 is Cyan = 0.63, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.10.

Color convert

RGB 85 158 229 -
CMYK 0.63 0.31 0 0.10
HSL 209.58º 0.73% 0.62% -
HSV(B) 209.58º 0.63% 0.9% -
XYZ 30.12 32.04 78.73 -
YUV 144.27 175.82 85.73 -
System Red Green Blue C M Y K H S L
Decimal 85 158 229 0.63 0.31 0 0.10 209.58 0.73 0.62
Hex 55 9E E5 3F 1F 0 A D2 49 3E
Octal 125 236 345 77 37 0 12 322 111 76
Binary 1010101 10011110 11100101 111111 11111 0 1010 11010010 1001001 111110

Color Harmonies of #559EE5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EE5

Black with #559EE5

Text Example


Text Example

White with #559EE5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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