Html Css Color HEX #596AB2 Chetwode Blue

📋 copy color: '#596AB2'

red 89 ◦ green 106 ◦ blue 178

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

Shades of Chetwode Blue #596AB2

Tints of Chetwode Blue #596AB2

RGB

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

 GREEN value IS 106 (41.8% from 255) = 28.42%

 BLUE value IS 178 (69.92% from 255) = 47.72%

R = 23.86%
G = 28.42%
B = 47.72%

CMYK

 C value IS 0.5

 M value IS 0.40

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#596AB2 (or 0x596AB2) is known color: Chetwode Blue. HEX triplet: 59, 6A and B2. RGB value is (89,106,178). Sum of RGB (Red+Green+Blue) = 89+106+178=373 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.86% from 373); Green value is 106 (41.80% from 255 or 28.42% from 373); Blue value is 178 (69.92% from 255 or 47.72% from 373); Max value from RGB is 178 - color contains mainly: blue. Hex color #596AB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596AB2 is #A6954D. Grayscale: #6C6C6C. Windows color (decimal): -10917198 or 11692633. OLE color: 11692633.

HSL color Cylindrical-coordinate representation of color #596AB2: hue angle of 228.54º degrees, saturation: 0.37, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #596AB2 is Cyan = 0.5, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 106 178 -
CMYK 0.5 0.40 0 0.30
HSL 228.54º 0.37% 0.52% -
HSV(B) 228.54º 0.5% 0.7% -
XYZ 17.31 15.65 44.23 -
YUV 109.13 166.87 113.65 -
System Red Green Blue C M Y K H S L
Decimal 89 106 178 0.5 0.40 0 0.30 228.54 0.37 0.52
Hex 59 6A B2 32 28 0 1E E5 25 34
Octal 131 152 262 62 50 0 36 345 45 64
Binary 1011001 1101010 10110010 110010 101000 0 11110 11100101 100101 110100

Color Harmonies of #596AB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596AB2

Black with #596AB2

Text Example


Text Example

White with #596AB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,106,178); }

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

background-color css

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

 a { background-color: rgb(89,106,178); }

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

border-color css

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

 span { border-color: rgb(89,106,178); }

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