#5D99AD

Color #5D99AD Shakespeare (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Shakespeare #5D99AD

Tints of Shakespeare #5D99AD

Color information

#5D99AD (or 0x5D99AD) is unknown color: approx Shakespeare. HEX triplet: 5D, 99 and AD. RGB value is (93,153,173). Sum of RGB (Red+Green+Blue) = 93+153+173=419 (55% of max value = 765). Red value is 93 (36.72% from 255 or 22.20% from 419); Green value is 153 (60.16% from 255 or 36.52% from 419); Blue value is 173 (67.97% from 255 or 41.29% from 419); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D99AD is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5D99AD is #A26652. Grayscale: #898989. Windows color (decimal): -10643027 or 11376989. OLE color: 11376989.

HSL color Cylindrical-coordinate representation of color #5D99AD: hue angle of 195º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D99AD is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB93153173-
CMYK0.460.1200.32
HSL195º32.79%52.16%-
HSV(B)195º46.24%67.84%-
XYZ23.4528.1343.73-
YUV137.34148.1296.37-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 22.20%
GREEN value IS 153 (60.16% from 255) = 36.52%
BLUE value IS 173 (67.97% from 255) = 41.29%
R=22.20%
G=36.52%
B=41.29%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal931531730.460.1200.3219532.7952.16
Hex5D99AD2EC020c32134
Octal13523125556140403034164
Binary101110110011001101011011011101100010000011000011100001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D99AD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5D99AD; }

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

 H1.HeaderClassName
 {
   color: #5D99AD;
 }
 .AnyTagClassName
 {
   color: #5D99AD;
 }
</style>
background-color css

<style>
 a { background-color: #5D99AD; }

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

 div.DivClassName
 {
   background-color: #5D99AD;
 }
 .BgClassName
 {
   background-color: #5D99AD;
 }
</style>
border-color css

<style>
 span { border-color: #5D99AD; }

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

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