Html Css Color HEX #596ECD Chetwode Blue

📋 copy color: '#596ECD'

red 89 ◦ green 110 ◦ blue 205

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

Shades of Chetwode Blue #596ECD

Tints of Chetwode Blue #596ECD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 50.74%

R = 22.03%
G = 27.23%
B = 50.74%

CMYK

 C value IS 0.57

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#596ECD (or 0x596ECD) is known color: Chetwode Blue. HEX triplet: 59, 6E and CD. RGB value is (89,110,205). Sum of RGB (Red+Green+Blue) = 89+110+205=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 110 (43.36% from 255 or 27.23% from 404); Blue value is 205 (80.47% from 255 or 50.74% from 404); Max value from RGB is 205 - color contains mainly: blue. Hex color #596ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596ECD is #A69132. Grayscale: #727272. Windows color (decimal): -10916147 or 13463129. OLE color: 13463129.

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

Color convert

RGB 89 110 205 -
CMYK 0.57 0.46 0 0.20
HSL 229.14º 0.54% 0.58% -
HSV(B) 229.14º 0.57% 0.8% -
XYZ 20.72 17.68 60.08 -
YUV 114.55 179.04 109.78 -
System Red Green Blue C M Y K H S L
Decimal 89 110 205 0.57 0.46 0 0.20 229.14 0.54 0.58
Hex 59 6E CD 39 2E 0 14 E5 36 3A
Octal 131 156 315 71 56 0 24 345 66 72
Binary 1011001 1101110 11001101 111001 101110 0 10100 11100101 110110 111010

Color Harmonies of #596ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596ECD

Black with #596ECD

Text Example


Text Example

White with #596ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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