#596CBC

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

Shades of Chetwode Blue #596CBC

Tints of Chetwode Blue #596CBC

Color information

#596CBC (or 0x596CBC) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6C and BC. RGB value is (89,108,188). Sum of RGB (Red+Green+Blue) = 89+108+188=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 108 (42.58% from 255 or 28.05% from 385); Blue value is 188 (73.83% from 255 or 48.83% from 385); Max value from RGB is 188 - color contains mainly: blue. Hex color #596CBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CBC is #A69343. Grayscale: #6F6F6F. Windows color (decimal): -10916676 or 12348505. OLE color: 12348505.

HSL color Cylindrical-coordinate representation of color #596CBC: hue angle of 228.48º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #596CBC is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB89108188-
CMYK0.530.4300.26
HSL228.48º42.49%54.31%-
HSV(B)228.48º52.66%73.73%-
XYZ18.5616.4849.78-
YUV111.44171.21112-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 23.12%
GREEN value IS 108 (42.58% from 255) = 28.05%
BLUE value IS 188 (73.83% from 255) = 48.83%
R=23.12%
G=28.05%
B=48.83%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal891081880.530.4300.26228.4842.4954.31
Hex596CBC352B01Ae42a36
Octal13115427465530323445266
Binary101100111011001011110011010110101101101011100100101010110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(89,108,188); }

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

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

 a { background-color: rgb(89,108,188); }

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

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

 span { border-color: rgb(89,108,188); }

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