Html Css Color HEX #5599BD Shakespeare

📋 copy color: '#5599BD'

red 85 ◦ green 153 ◦ blue 189

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

Shades of Shakespeare #5599BD

Tints of Shakespeare #5599BD

RGB

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

 GREEN value IS 153 (60.16% from 255) = 35.83%

 BLUE value IS 189 (74.22% from 255) = 44.26%

R = 19.91%
G = 35.83%
B = 44.26%

CMYK

 C value IS 0.55

 M value IS 0.19

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5599BD (or 0x5599BD) is known color: Shakespeare. HEX triplet: 55, 99 and BD. RGB value is (85,153,189). Sum of RGB (Red+Green+Blue) = 85+153+189=427 (56% of max value = 765). Red value is 85 (33.59% from 255 or 19.91% from 427); Green value is 153 (60.16% from 255 or 35.83% from 427); Blue value is 189 (74.22% from 255 or 44.26% from 427); Max value from RGB is 189 - color contains mainly: blue. Hex color #5599BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599BD is #AA6642. Grayscale: #888888. Windows color (decimal): -11167299 or 12425557. OLE color: 12425557.

HSL color Cylindrical-coordinate representation of color #5599BD: hue angle of 200.77º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5599BD is Cyan = 0.55, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 85 153 189 -
CMYK 0.55 0.19 0 0.26
HSL 200.77º 0.44% 0.54% -
HSV(B) 200.77º 0.55% 0.74% -
XYZ 24.32 28.39 52.34 -
YUV 136.77 157.47 91.07 -
System Red Green Blue C M Y K H S L
Decimal 85 153 189 0.55 0.19 0 0.26 200.77 0.44 0.54
Hex 55 99 BD 37 13 0 1A C9 2C 36
Octal 125 231 275 67 23 0 32 311 54 66
Binary 1010101 10011001 10111101 110111 10011 0 11010 11001001 101100 110110

Color Harmonies of #5599BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5599BD

Black with #5599BD

Text Example


Text Example

White with #5599BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5599BD; }

 p { color: rgb(85,153,189); }

 H1.HeaderClassName
 {
   color: #5599BD;
 }
 .AnyTagClassName
 {
   color: #5599BD;
 }
</style>

background-color css

<style>
 a { background-color: #5599BD; }

 a { background-color: rgb(85,153,189); }

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

border-color css

<style>
 span { border-color: #5599BD; }

 span { border-color: rgb(85,153,189); }

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