Html Css Color HEX #559EC8 Picton Blue

📋 copy color: '#559EC8'

red 85 ◦ green 158 ◦ blue 200

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

Shades of Picton Blue #559EC8

Tints of Picton Blue #559EC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 45.15%

R = 19.19%
G = 35.67%
B = 45.15%

CMYK

 C value IS 0.58

 M value IS 0.21

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#559EC8 (or 0x559EC8) is known color: Picton Blue. HEX triplet: 55, 9E and C8. RGB value is (85,158,200). Sum of RGB (Red+Green+Blue) = 85+158+200=443 (58% of max value = 765). Red value is 85 (33.59% from 255 or 19.19% from 443); Green value is 158 (62.11% from 255 or 35.67% from 443); Blue value is 200 (78.52% from 255 or 45.15% from 443); Max value from RGB is 200 - color contains mainly: blue. Hex color #559EC8 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559EC8 is #AA6137. Grayscale: #8C8C8C. Windows color (decimal): -11166008 or 13147733. OLE color: 13147733.

HSL color Cylindrical-coordinate representation of color #559EC8: hue angle of 201.91º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #559EC8 is Cyan = 0.58, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 85 158 200 -
CMYK 0.58 0.21 0 0.22
HSL 201.91º 0.51% 0.56% -
HSV(B) 201.91º 0.58% 0.78% -
XYZ 26.4 30.56 59.15 -
YUV 140.96 161.32 88.08 -
System Red Green Blue C M Y K H S L
Decimal 85 158 200 0.58 0.21 0 0.22 201.91 0.51 0.56
Hex 55 9E C8 3A 15 0 16 CA 33 38
Octal 125 236 310 72 25 0 26 312 63 70
Binary 1010101 10011110 11001000 111010 10101 0 10110 11001010 110011 111000

Color Harmonies of #559EC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559EC8

Black with #559EC8

Text Example


Text Example

White with #559EC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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