Html Css Color HEX #5599BB Shakespeare

📋 copy color: '#5599BB'

red 85 ◦ green 153 ◦ blue 187

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

Shades of Shakespeare #5599BB

Tints of Shakespeare #5599BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 44%

R = 20%
G = 36%
B = 44%

CMYK

 C value IS 0.55

 M value IS 0.18

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5599BB (or 0x5599BB) is known color: Shakespeare. HEX triplet: 55, 99 and BB. RGB value is (85,153,187). Sum of RGB (Red+Green+Blue) = 85+153+187=425 (56% of max value = 765). Red value is 85 (33.59% from 255 or 20% from 425); Green value is 153 (60.16% from 255 or 36% from 425); Blue value is 187 (73.44% from 255 or 44% from 425); Max value from RGB is 187 - color contains mainly: blue. Hex color #5599BB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5599BB is #AA6644. Grayscale: #888888. Windows color (decimal): -11167301 or 12294485. OLE color: 12294485.

HSL color Cylindrical-coordinate representation of color #5599BB: hue angle of 200º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5599BB is Cyan = 0.55, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 85 153 187 -
CMYK 0.55 0.18 0 0.27
HSL 200º 0.43% 0.53% -
HSV(B) 200º 0.55% 0.73% -
XYZ 24.11 28.3 51.21 -
YUV 136.54 156.47 91.24 -
System Red Green Blue C M Y K H S L
Decimal 85 153 187 0.55 0.18 0 0.27 200 0.43 0.53
Hex 55 99 BB 37 12 0 1B C8 2B 35
Octal 125 231 273 67 22 0 33 310 53 65
Binary 1010101 10011001 10111011 110111 10010 0 11011 11001000 101011 110101

Color Harmonies of #5599BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5599BB

Black with #5599BB

Text Example


Text Example

White with #5599BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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