#599FBA

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

Shades of Shakespeare #599FBA

Tints of Shakespeare #599FBA

Color information

#599FBA (or 0x599FBA) is unknown color: approx Shakespeare. HEX triplet: 59, 9F and BA. RGB value is (89,159,186). Sum of RGB (Red+Green+Blue) = 89+159+186=434 (57% of max value = 765). Red value is 89 (35.16% from 255 or 20.51% from 434); Green value is 159 (62.5% from 255 or 36.64% from 434); Blue value is 186 (73.05% from 255 or 42.86% from 434); Max value from RGB is 186 - color contains mainly: blue. Hex color #599FBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #599FBA is #A66045. Grayscale: #8C8C8C. Windows color (decimal): -10903622 or 12230489. OLE color: 12230489.

HSL color Cylindrical-coordinate representation of color #599FBA: hue angle of 196.7º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #599FBA is Cyan = 0.52, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89159186-
CMYK0.520.1500.27
HSL196.7º41.28%53.92%-
HSV(B)196.7º52.15%72.94%-
XYZ25.3830.4751-
YUV141.15153.3190.8-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 20.51%
GREEN value IS 159 (62.5% from 255) = 36.64%
BLUE value IS 186 (73.05% from 255) = 42.86%
R=20.51%
G=36.64%
B=42.86%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891591860.520.1500.27196.741.2853.92
Hex599FBA34F01Bc52936
Octal13123727264170333055166
Binary10110011001111110111010110100111101101111000101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #599FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,159,186); }

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

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

 a { background-color: rgb(89,159,186); }

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

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

 span { border-color: rgb(89,159,186); }

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