#599CB4

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

Shades of Shakespeare #599CB4

Tints of Shakespeare #599CB4

Color information

#599CB4 (or 0x599CB4) is unknown color: approx Shakespeare. HEX triplet: 59, 9C and B4. RGB value is (89,156,180). Sum of RGB (Red+Green+Blue) = 89+156+180=425 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.94% from 425); Green value is 156 (61.33% from 255 or 36.71% from 425); Blue value is 180 (70.70% from 255 or 42.35% from 425); Max value from RGB is 180 - color contains mainly: blue. Hex color #599CB4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599CB4 is #A6634B. Grayscale: #8A8A8A. Windows color (decimal): -10904396 or 11836505. OLE color: 11836505.

HSL color Cylindrical-coordinate representation of color #599CB4: hue angle of 195.82º degrees, saturation: 0.38, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #599CB4 is Cyan = 0.51, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB89156180-
CMYK0.510.1300.29
HSL195.82º37.76%52.75%-
HSV(B)195.82º50.56%70.59%-
XYZ24.2529.247.54-
YUV138.7151.392.55-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.94%
GREEN value IS 156 (61.33% from 255) = 36.71%
BLUE value IS 180 (70.70% from 255) = 42.35%
R=20.94%
G=36.71%
B=42.35%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.29
SystemRedGreenBlueCMYKHSL
Decimal891561800.510.1300.29195.8237.7652.75
Hex599CB433D01Dc42635
Octal13123426463150353044665
Binary10110011001110010110100110011110101110111000100100110110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599CB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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