#5D9EBB

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

Shades of Shakespeare #5D9EBB

Tints of Shakespeare #5D9EBB

Color information

#5D9EBB (or 0x5D9EBB) is unknown color: approx Shakespeare. HEX triplet: 5D, 9E and BB. RGB value is (93,158,187). Sum of RGB (Red+Green+Blue) = 93+158+187=438 (58% of max value = 765). Red value is 93 (36.72% from 255 or 21.23% from 438); Green value is 158 (62.11% from 255 or 36.07% from 438); Blue value is 187 (73.44% from 255 or 42.69% from 438); Max value from RGB is 187 - color contains mainly: blue. Hex color #5D9EBB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #5D9EBB is #A26144. Grayscale: #8D8D8D. Windows color (decimal): -10641733 or 12295773. OLE color: 12295773.

HSL color Cylindrical-coordinate representation of color #5D9EBB: hue angle of 198.51º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5D9EBB is Cyan = 0.50, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB93158187-
CMYK0.500.1600.27
HSL198.51º40.87%54.9%-
HSV(B)198.51º50.27%73.33%-
XYZ25.7130.3751.52-
YUV141.87153.4793.14-

RGB Variations

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

RGB

RED value IS 93 (36.72% from 255) = 21.23%
GREEN value IS 158 (62.11% from 255) = 36.07%
BLUE value IS 187 (73.44% from 255) = 42.69%
R=21.23%
G=36.07%
B=42.69%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal931581870.500.1600.27198.5140.8754.9
Hex5D9EBB321001Bc72937
Octal13523627362200333075167
Binary101110110011110101110111100101000001101111000111101001110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5D9EBB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(93,158,187); }

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

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

 a { background-color: rgb(93,158,187); }

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

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

 span { border-color: rgb(93,158,187); }

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