#596CC1

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

Shades of Chetwode Blue #596CC1

Tints of Chetwode Blue #596CC1

Color information

#596CC1 (or 0x596CC1) is unknown color: approx Chetwode Blue. HEX triplet: 59, 6C and C1. RGB value is (89,108,193). Sum of RGB (Red+Green+Blue) = 89+108+193=390 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.82% from 390); Green value is 108 (42.58% from 255 or 27.69% from 390); Blue value is 193 (75.78% from 255 or 49.49% from 390); Max value from RGB is 193 - color contains mainly: blue. Hex color #596CC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CC1 is #A6933E. Grayscale: #6F6F6F. Windows color (decimal): -10916671 or 12676185. OLE color: 12676185.

HSL color Cylindrical-coordinate representation of color #596CC1: hue angle of 229.04º degrees, saturation: 0.46, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #596CC1 is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB89108193-
CMYK0.540.4400.24
HSL229.04º45.61%55.29%-
HSV(B)229.04º53.89%75.69%-
XYZ19.1116.752.67-
YUV112.01173.71111.59-

RGB Variations

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

RGB

RED value IS 89 (35.16% from 255) = 22.82%
GREEN value IS 108 (42.58% from 255) = 27.69%
BLUE value IS 193 (75.78% from 255) = 49.49%
R=22.82%
G=27.69%
B=49.49%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal891081930.540.4400.24229.0445.6155.29
Hex596CC1362C018e52e37
Octal13115430166540303455667
Binary101100111011001100000111011010110001100011100101101110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #596CC1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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