#596ABA

Color #596ABA Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #596ABA

Tints of Chetwode Blue #596ABA

Color information

#596ABA (or 0x596ABA) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6A and BA. RGB value is (89,106,186). Sum of RGB (Red+Green+Blue) = 89+106+186=381 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.36% from 381); Green value is 106 (41.80% from 255 or 27.82% from 381); Blue value is 186 (73.05% from 255 or 48.82% from 381); Max value from RGB is 186 - color contains mainly: blue. Hex color #596ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596ABA is #A69545. Grayscale: #6D6D6D. Windows color (decimal): -10917190 or 12216921. OLE color: 12216921.

HSL color Cylindrical-coordinate representation of color #596ABA: hue angle of 229.48º 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 #596ABA is Cyan = 0.52, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB89106186-
CMYK0.520.4300.27
HSL229.48º41.28%53.92%-
HSV(B)229.48º52.15%72.94%-
XYZ18.1415.9848.58-
YUV110.04170.87113-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.36%
GREEN value IS 106 (41.80% from 255) = 27.82%
BLUE value IS 186 (73.05% from 255) = 48.82%
R=23.36%
G=27.82%
B=48.82%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal891061860.520.4300.27229.4841.2853.92
Hex596ABA342B01Be52936
Octal13115227264530333455166
Binary101100111010101011101011010010101101101111100101101001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596ABA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #596ABA; }

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

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

<style>
 a { background-color: #596ABA; }

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

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

<style>
 span { border-color: #596ABA; }

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

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