#599CBD

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

Shades of Shakespeare #599CBD

Tints of Shakespeare #599CBD

Color information

#599CBD (or 0x599CBD) is unknown color: approx Shakespeare. HEX triplet: 59, 9C and BD. RGB value is (89,156,189). Sum of RGB (Red+Green+Blue) = 89+156+189=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 156 (61.33% from 255 or 35.94% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 189 - color contains mainly: blue. Hex color #599CBD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CBD is #A66342. Grayscale: #8B8B8B. Windows color (decimal): -10904387 or 12426329. OLE color: 12426329.

HSL color Cylindrical-coordinate representation of color #599CBD: hue angle of 199.8º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #599CBD is Cyan = 0.53, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB89156189-
CMYK0.530.1700.26
HSL199.8º43.1%54.51%-
HSV(B)199.8º52.91%74.12%-
XYZ25.1929.5752.52-
YUV139.73155.891.82-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.51%
GREEN value IS 156 (61.33% from 255) = 35.94%
BLUE value IS 189 (74.22% from 255) = 43.55%
R=20.51%
G=35.94%
B=43.55%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891561890.530.1700.26199.843.154.51
Hex599CBD351101Ac82b37
Octal13123427565210323105367
Binary101100110011100101111011101011000101101011001000101011110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599CBD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #599CBD; }

 p { color: rgb(89,156,189); }

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

<style>
 a { background-color: #599CBD; }

 a { background-color: rgb(89,156,189); }

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

<style>
 span { border-color: #599CBD; }

 span { border-color: rgb(89,156,189); }

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