Html Css Color HEX #596DCD Chetwode Blue

📋 copy color: '#596DCD'

red 89 ◦ green 109 ◦ blue 205

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

Shades of Chetwode Blue #596DCD

Tints of Chetwode Blue #596DCD

RGB

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

 GREEN value IS 109 (42.97% from 255) = 27.05%

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

R = 22.08%
G = 27.05%
B = 50.87%

CMYK

 C value IS 0.57

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#596DCD (or 0x596DCD) is known color: Chetwode Blue. HEX triplet: 59, 6D and CD. RGB value is (89,109,205). Sum of RGB (Red+Green+Blue) = 89+109+205=403 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.08% from 403); Green value is 109 (42.97% from 255 or 27.05% from 403); Blue value is 205 (80.47% from 255 or 50.87% from 403); Max value from RGB is 205 - color contains mainly: blue. Hex color #596DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596DCD is #A69232. Grayscale: #717171. Windows color (decimal): -10916403 or 13462873. OLE color: 13462873.

HSL color Cylindrical-coordinate representation of color #596DCD: hue angle of 229.66º 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 #596DCD is Cyan = 0.57, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 109 205 -
CMYK 0.57 0.47 0 0.20
HSL 229.66º 0.54% 0.58% -
HSV(B) 229.66º 0.57% 0.8% -
XYZ 20.61 17.47 60.04 -
YUV 113.96 179.37 110.19 -
System Red Green Blue C M Y K H S L
Decimal 89 109 205 0.57 0.47 0 0.20 229.66 0.54 0.58
Hex 59 6D CD 39 2F 0 14 E6 36 3A
Octal 131 155 315 71 57 0 24 346 66 72
Binary 1011001 1101101 11001101 111001 101111 0 10100 11100110 110110 111010

Color Harmonies of #596DCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596DCD

Black with #596DCD

Text Example


Text Example

White with #596DCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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