#599BB3

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

Shades of Shakespeare #599BB3

Tints of Shakespeare #599BB3

Color information

#599BB3 (or 0x599BB3) is unknown color: approx Shakespeare. HEX triplet: 59, 9B and B3. RGB value is (89,155,179). Sum of RGB (Red+Green+Blue) = 89+155+179=423 (56% of max value = 765). Red value is 89 (35.16% from 255 or 21.04% from 423); Green value is 155 (60.94% from 255 or 36.64% from 423); Blue value is 179 (70.31% from 255 or 42.32% from 423); Max value from RGB is 179 - color contains mainly: blue. Hex color #599BB3 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BB3 is #A6644C. Grayscale: #898989. Windows color (decimal): -10904653 or 11770713. OLE color: 11770713.

HSL color Cylindrical-coordinate representation of color #599BB3: hue angle of 196º degrees, saturation: 0.37, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #599BB3 is Cyan = 0.50, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB89155179-
CMYK0.500.1300.30
HSL196º37.19%52.55%-
HSV(B)196º50.28%70.2%-
XYZ23.9828.8246.95-
YUV138151.1393.05-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.04%
GREEN value IS 155 (60.94% from 255) = 36.64%
BLUE value IS 179 (70.31% from 255) = 42.32%
R=21.04%
G=36.64%
B=42.32%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.30
SystemRedGreenBlueCMYKHSL
Decimal891551790.500.1300.3019637.1952.55
Hex599BB332D01Ec42535
Octal13123326362150363044565
Binary10110011001101110110011110010110101111011000100100101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599BB3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,155,179); }

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

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

 a { background-color: rgb(89,155,179); }

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

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

 span { border-color: rgb(89,155,179); }

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