#599BB1

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

Shades of Shakespeare #599BB1

Tints of Shakespeare #599BB1

Color information

#599BB1 (or 0x599BB1) is unknown color: approx Shakespeare. HEX triplet: 59, 9B and B1. RGB value is (89,155,177). Sum of RGB (Red+Green+Blue) = 89+155+177=421 (55% of max value = 765). Red value is 89 (35.16% from 255 or 21.14% from 421); Green value is 155 (60.94% from 255 or 36.82% from 421); Blue value is 177 (69.53% from 255 or 42.04% from 421); Max value from RGB is 177 - color contains mainly: blue. Hex color #599BB1 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #599BB1 is #A6644E. Grayscale: #898989. Windows color (decimal): -10904655 or 11639641. OLE color: 11639641.

HSL color Cylindrical-coordinate representation of color #599BB1: hue angle of 195º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #599BB1 is Cyan = 0.50, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB89155177-
CMYK0.500.1200.31
HSL195º36.07%52.16%-
HSV(B)195º49.72%69.41%-
XYZ23.7828.7445.89-
YUV137.77150.1393.21-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 21.14%
GREEN value IS 155 (60.94% from 255) = 36.82%
BLUE value IS 177 (69.53% from 255) = 42.04%
R=21.14%
G=36.82%
B=42.04%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal891551770.500.1200.3119536.0752.16
Hex599BB132C01Fc32434
Octal13123326162140373034464
Binary10110011001101110110001110010110001111111000011100100110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599BB1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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