Html Css Color HEX #596BAE Chetwode Blue

📋 copy color: '#596BAE'

red 89 ◦ green 107 ◦ blue 174

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

Shades of Chetwode Blue #596BAE

Tints of Chetwode Blue #596BAE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 47.03%

R = 24.05%
G = 28.92%
B = 47.03%

CMYK

 C value IS 0.49

 M value IS 0.39

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#596BAE (or 0x596BAE) is known color: Chetwode Blue. HEX triplet: 59, 6B and AE. RGB value is (89,107,174). Sum of RGB (Red+Green+Blue) = 89+107+174=370 (49% of max value = 765). Red value is 89 (35.16% from 255 or 24.05% from 370); Green value is 107 (42.19% from 255 or 28.92% from 370); Blue value is 174 (68.36% from 255 or 47.03% from 370); Max value from RGB is 174 - color contains mainly: blue. Hex color #596BAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596BAE is #A69451. Grayscale: #6C6C6C. Windows color (decimal): -10916946 or 11430745. OLE color: 11430745.

HSL color Cylindrical-coordinate representation of color #596BAE: hue angle of 227.29º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #596BAE is Cyan = 0.49, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 107 174 -
CMYK 0.49 0.39 0 0.32
HSL 227.29º 0.34% 0.52% -
HSV(B) 227.29º 0.49% 0.68% -
XYZ 17.02 15.7 42.18 -
YUV 109.26 164.54 113.55 -
System Red Green Blue C M Y K H S L
Decimal 89 107 174 0.49 0.39 0 0.32 227.29 0.34 0.52
Hex 59 6B AE 31 27 0 20 E3 22 34
Octal 131 153 256 61 47 0 40 343 42 64
Binary 1011001 1101011 10101110 110001 100111 0 100000 11100011 100010 110100

Color Harmonies of #596BAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BAE

Black with #596BAE

Text Example


Text Example

White with #596BAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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