Html Css Color HEX #5599AD Shakespeare

📋 copy color: '#5599AD'

red 85 ◦ green 153 ◦ blue 173

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

Shades of Shakespeare #5599AD

Tints of Shakespeare #5599AD

RGB

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

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

 BLUE value IS 173 (67.97% from 255) = 42.09%

R = 20.68%
G = 37.23%
B = 42.09%

CMYK

 C value IS 0.51

 M value IS 0.12

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5599AD (or 0x5599AD) is known color: Shakespeare. HEX triplet: 55, 99 and AD. RGB value is (85,153,173). Sum of RGB (Red+Green+Blue) = 85+153+173=411 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.68% from 411); Green value is 153 (60.16% from 255 or 37.23% from 411); Blue value is 173 (67.97% from 255 or 42.09% from 411); Max value from RGB is 173 - color contains mainly: blue. Hex color #5599AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5599AD is #AA6652. Grayscale: #868686. Windows color (decimal): -11167315 or 11376981. OLE color: 11376981.

HSL color Cylindrical-coordinate representation of color #5599AD: hue angle of 193.64º degrees, saturation: 0.35, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5599AD is Cyan = 0.51, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 85 153 173 -
CMYK 0.51 0.12 0 0.32
HSL 193.64º 0.35% 0.51% -
HSV(B) 193.64º 0.51% 0.68% -
XYZ 22.68 27.73 43.69 -
YUV 134.95 149.47 92.37 -
System Red Green Blue C M Y K H S L
Decimal 85 153 173 0.51 0.12 0 0.32 193.64 0.35 0.51
Hex 55 99 AD 33 C 0 20 C2 23 33
Octal 125 231 255 63 14 0 40 302 43 63
Binary 1010101 10011001 10101101 110011 1100 0 100000 11000010 100011 110011

Color Harmonies of #5599AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5599AD

Black with #5599AD

Text Example


Text Example

White with #5599AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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