Html Css Color HEX #559BD0 Picton Blue

📋 copy color: '#559BD0'

red 85 ◦ green 155 ◦ blue 208

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

Shades of Picton Blue #559BD0

Tints of Picton Blue #559BD0

RGB

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

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

 BLUE value IS 208 (81.64% from 255) = 46.43%

R = 18.97%
G = 34.6%
B = 46.43%

CMYK

 C value IS 0.59

 M value IS 0.25

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#559BD0 (or 0x559BD0) is known color: Picton Blue. HEX triplet: 55, 9B and D0. RGB value is (85,155,208). Sum of RGB (Red+Green+Blue) = 85+155+208=448 (59% of max value = 765). Red value is 85 (33.59% from 255 or 18.97% from 448); Green value is 155 (60.94% from 255 or 34.60% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 208 - color contains mainly: blue. Hex color #559BD0 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559BD0 is #AA642F. Grayscale: #8B8B8B. Windows color (decimal): -11166768 or 13671253. OLE color: 13671253.

HSL color Cylindrical-coordinate representation of color #559BD0: hue angle of 205.85º degrees, saturation: 0.57, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #559BD0 is Cyan = 0.59, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 85 155 208 -
CMYK 0.59 0.25 0 0.18
HSL 205.85º 0.57% 0.57% -
HSV(B) 205.85º 0.59% 0.82% -
XYZ 26.85 29.93 64.04 -
YUV 140.11 166.31 88.69 -
System Red Green Blue C M Y K H S L
Decimal 85 155 208 0.59 0.25 0 0.18 205.85 0.57 0.57
Hex 55 9B D0 3B 19 0 12 CE 39 39
Octal 125 233 320 73 31 0 22 316 71 71
Binary 1010101 10011011 11010000 111011 11001 0 10010 11001110 111001 111001

Color Harmonies of #559BD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559BD0

Black with #559BD0

Text Example


Text Example

White with #559BD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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