Html Css Color HEX #596BC0 Chetwode Blue

📋 copy color: '#596BC0'

red 89 ◦ green 107 ◦ blue 192

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

Shades of Chetwode Blue #596BC0

Tints of Chetwode Blue #596BC0

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.58%

 BLUE value IS 192 (75.39% from 255) = 49.48%

R = 22.94%
G = 27.58%
B = 49.48%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#596BC0 (or 0x596BC0) is known color: Chetwode Blue. HEX triplet: 59, 6B and C0. RGB value is (89,107,192). Sum of RGB (Red+Green+Blue) = 89+107+192=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 107 (42.19% from 255 or 27.58% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #596BC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BC0 is #A6943F. Grayscale: #6E6E6E. Windows color (decimal): -10916928 or 12610393. OLE color: 12610393.

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

Color convert

RGB 89 107 192 -
CMYK 0.54 0.44 0 0.25
HSL 229.51º 0.45% 0.55% -
HSV(B) 229.51º 0.54% 0.75% -
XYZ 18.89 16.45 52.05 -
YUV 111.31 173.54 112.09 -
System Red Green Blue C M Y K H S L
Decimal 89 107 192 0.54 0.44 0 0.25 229.51 0.45 0.55
Hex 59 6B C0 36 2C 0 19 E6 2D 37
Octal 131 153 300 66 54 0 31 346 55 67
Binary 1011001 1101011 11000000 110110 101100 0 11001 11100110 101101 110111

Color Harmonies of #596BC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BC0

Black with #596BC0

Text Example


Text Example

White with #596BC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,107,192); }

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

background-color css

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

 a { background-color: rgb(89,107,192); }

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

border-color css

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

 span { border-color: rgb(89,107,192); }

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