Html Css Color HEX #559EE3 Picton Blue

📋 copy color: '#559EE3'

red 85 ◦ green 158 ◦ blue 227

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

Shades of Picton Blue #559EE3

Tints of Picton Blue #559EE3

RGB

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

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

 BLUE value IS 227 (89.06% from 255) = 48.3%

R = 18.09%
G = 33.62%
B = 48.3%

CMYK

 C value IS 0.63

 M value IS 0.30

 Y value IS 0

 K value IS 0.11

RGB Variations

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

Color information

#559EE3 (or 0x559EE3) is known color: Picton Blue. HEX triplet: 55, 9E and E3. RGB value is (85,158,227). Sum of RGB (Red+Green+Blue) = 85+158+227=470 (62% of max value = 765). Red value is 85 (33.59% from 255 or 18.09% from 470); Green value is 158 (62.11% from 255 or 33.62% from 470); Blue value is 227 (89.06% from 255 or 48.30% from 470); Max value from RGB is 227 - color contains mainly: blue. Hex color #559EE3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EE3 is #AA611C. Grayscale: #8F8F8F. Windows color (decimal): -11165981 or 14917205. OLE color: 14917205.

HSL color Cylindrical-coordinate representation of color #559EE3: hue angle of 209.15º degrees, saturation: 0.72, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #559EE3 is Cyan = 0.63, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.11.

Color convert

RGB 85 158 227 -
CMYK 0.63 0.30 0 0.11
HSL 209.15º 0.72% 0.61% -
HSV(B) 209.15º 0.63% 0.89% -
XYZ 29.84 31.93 77.26 -
YUV 144.04 174.82 85.89 -
System Red Green Blue C M Y K H S L
Decimal 85 158 227 0.63 0.30 0 0.11 209.15 0.72 0.61
Hex 55 9E E3 3F 1E 0 B D1 48 3D
Octal 125 236 343 77 36 0 13 321 110 75
Binary 1010101 10011110 11100011 111111 11110 0 1011 11010001 1001000 111101

Color Harmonies of #559EE3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EE3

Black with #559EE3

Text Example


Text Example

White with #559EE3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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