Html Css Color HEX #596ECC Chetwode Blue

📋 copy color: '#596ECC'

red 89 ◦ green 110 ◦ blue 204

#596ECC
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #596ECC

Tints of Chetwode Blue #596ECC

RGB

 RED value IS 89 (35.16% from 255) = 22.08%

 GREEN value IS 110 (43.36% from 255) = 27.3%

 BLUE value IS 204 (80.08% from 255) = 50.62%

R = 22.08%
G = 27.3%
B = 50.62%

CMYK

 C value IS 0.56

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#596ECC (or 0x596ECC) is known color: Chetwode Blue. HEX triplet: 59, 6E and CC. RGB value is (89,110,204). Sum of RGB (Red+Green+Blue) = 89+110+204=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 110 (43.36% from 255 or 27.30% from 403); Blue value is 204 (80.08% from 255 or 50.62% from 403); Max value from RGB is 204 - color contains mainly: blue. Hex color #596ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596ECC is #A69133. Grayscale: #727272. Windows color (decimal): -10916148 or 13397593. OLE color: 13397593.

HSL color Cylindrical-coordinate representation of color #596ECC: hue angle of 229.04º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #596ECC is Cyan = 0.56, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 110 204 -
CMYK 0.56 0.46 0 0.2
HSL 229.04º 0.53% 0.57% -
HSV(B) 229.04º 0.56% 0.8% -
XYZ 20.59 17.64 59.45 -
YUV 114.44 178.54 109.86 -
System Red Green Blue C M Y K H S L
Decimal 89 110 204 0.56 0.46 0 0.2 229.04 0.53 0.57
Hex 59 6E CC 38 2E 0 14 E5 35 39
Octal 131 156 314 70 56 0 24 345 65 71
Binary 1011001 1101110 11001100 111000 101110 0 10100 11100101 110101 111001

Color Harmonies of #596ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596ECC

Black with #596ECC

Text Example


Text Example

White with #596ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,110,204); }

 H1.HeaderClassName
 {
   color: #596ECC;
 }
 .AnyTagClassName
 {
   color: #596ECC;
 }
</style>

background-color css

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

 a { background-color: rgb(89,110,204); }

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

border-color css

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

 span { border-color: rgb(89,110,204); }

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