Html Css Color HEX #559DB4 Shakespeare

📋 copy color: '#559DB4'

red 85 ◦ green 157 ◦ blue 180

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

Shades of Shakespeare #559DB4

Tints of Shakespeare #559DB4

RGB

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

 GREEN value IS 157 (61.72% from 255) = 37.2%

 BLUE value IS 180 (70.7% from 255) = 42.65%

R = 20.14%
G = 37.2%
B = 42.65%

CMYK

 C value IS 0.53

 M value IS 0.13

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#559DB4 (or 0x559DB4) is known color: Shakespeare. HEX triplet: 55, 9D and B4. RGB value is (85,157,180). Sum of RGB (Red+Green+Blue) = 85+157+180=422 (55% of max value = 765). Red value is 85 (33.59% from 255 or 20.14% from 422); Green value is 157 (61.72% from 255 or 37.20% from 422); Blue value is 180 (70.70% from 255 or 42.65% from 422); Max value from RGB is 180 - color contains mainly: blue. Hex color #559DB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #559DB4 is #AA624B. Grayscale: #898989. Windows color (decimal): -11166284 or 11836757. OLE color: 11836757.

HSL color Cylindrical-coordinate representation of color #559DB4: hue angle of 194.53º degrees, saturation: 0.39, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #559DB4 is Cyan = 0.53, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 85 157 180 -
CMYK 0.53 0.13 0 0.29
HSL 194.53º 0.39% 0.52% -
HSV(B) 194.53º 0.53% 0.71% -
XYZ 24.04 29.34 47.58 -
YUV 138.09 151.65 90.13 -
System Red Green Blue C M Y K H S L
Decimal 85 157 180 0.53 0.13 0 0.29 194.53 0.39 0.52
Hex 55 9D B4 35 D 0 1D C3 27 34
Octal 125 235 264 65 15 0 35 303 47 64
Binary 1010101 10011101 10110100 110101 1101 0 11101 11000011 100111 110100

Color Harmonies of #559DB4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #559DB4

Black with #559DB4

Text Example


Text Example

White with #559DB4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(85,157,180); }

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

background-color css

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

 a { background-color: rgb(85,157,180); }

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

border-color css

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

 span { border-color: rgb(85,157,180); }

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