#599BB7

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

Shades of Shakespeare #599BB7

Tints of Shakespeare #599BB7

Color information

#599BB7 (or 0x599BB7) is unknown color: approx Shakespeare. HEX triplet: 59, 9B and B7. RGB value is (89,155,183). Sum of RGB (Red+Green+Blue) = 89+155+183=427 (56% of max value = 765). Red value is 89 (35.16% from 255 or 20.84% from 427); Green value is 155 (60.94% from 255 or 36.30% from 427); Blue value is 183 (71.88% from 255 or 42.86% from 427); Max value from RGB is 183 - color contains mainly: blue. Hex color #599BB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599BB7 is #A66448. Grayscale: #8A8A8A. Windows color (decimal): -10904649 or 12032857. OLE color: 12032857.

HSL color Cylindrical-coordinate representation of color #599BB7: hue angle of 197.87º degrees, saturation: 0.39, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #599BB7 is Cyan = 0.51, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB89155183-
CMYK0.510.1500.28
HSL197.87º39.5%53.33%-
HSV(B)197.87º51.37%71.76%-
XYZ24.3928.9949.11-
YUV138.46153.1392.72-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.84%
GREEN value IS 155 (60.94% from 255) = 36.30%
BLUE value IS 183 (71.88% from 255) = 42.86%
R=20.84%
G=36.30%
B=42.86%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.28
SystemRedGreenBlueCMYKHSL
Decimal891551830.510.1500.28197.8739.553.33
Hex599BB733F01Cc62735
Octal13123326763170343064765
Binary10110011001101110110111110011111101110011000110100111110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599BB7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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