Html Css Color HEX #559BDE Picton Blue

📋 copy color: '#559BDE'

red 85 ◦ green 155 ◦ blue 222

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

Shades of Picton Blue #559BDE

Tints of Picton Blue #559BDE

RGB

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

 GREEN value IS 155 (60.94% from 255) = 33.55%

 BLUE value IS 222 (87.11% from 255) = 48.05%

R = 18.4%
G = 33.55%
B = 48.05%

CMYK

 C value IS 0.62

 M value IS 0.30

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#559BDE (or 0x559BDE) is known color: Picton Blue. HEX triplet: 55, 9B and DE. RGB value is (85,155,222). Sum of RGB (Red+Green+Blue) = 85+155+222=462 (61% of max value = 765). Red value is 85 (33.59% from 255 or 18.40% from 462); Green value is 155 (60.94% from 255 or 33.55% from 462); Blue value is 222 (87.11% from 255 or 48.05% from 462); Max value from RGB is 222 - color contains mainly: blue. Hex color #559BDE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BDE is #AA6421. Grayscale: #8D8D8D. Windows color (decimal): -11166754 or 14588757. OLE color: 14588757.

HSL color Cylindrical-coordinate representation of color #559BDE: hue angle of 209.34º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #559BDE is Cyan = 0.62, Magento = 0.30, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 85 155 222 -
CMYK 0.62 0.30 0 0.13
HSL 209.34º 0.67% 0.6% -
HSV(B) 209.34º 0.62% 0.87% -
XYZ 28.65 30.65 73.51 -
YUV 141.71 173.31 87.55 -
System Red Green Blue C M Y K H S L
Decimal 85 155 222 0.62 0.30 0 0.13 209.34 0.67 0.6
Hex 55 9B DE 3E 1E 0 D D1 43 3C
Octal 125 233 336 76 36 0 15 321 103 74
Binary 1010101 10011011 11011110 111110 11110 0 1101 11010001 1000011 111100

Color Harmonies of #559BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BDE

Black with #559BDE

Text Example


Text Example

White with #559BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,155,222); }

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

background-color css

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

 a { background-color: rgb(85,155,222); }

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

border-color css

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

 span { border-color: rgb(85,155,222); }

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