Html Css Color HEX #596CB2 Chetwode Blue

📋 copy color: '#596CB2'

red 89 ◦ green 108 ◦ blue 178

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

Shades of Chetwode Blue #596CB2

Tints of Chetwode Blue #596CB2

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.8%

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

R = 23.73%
G = 28.8%
B = 47.47%

CMYK

 C value IS 0.5

 M value IS 0.39

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#596CB2 (or 0x596CB2) is known color: Chetwode Blue. HEX triplet: 59, 6C and B2. RGB value is (89,108,178). Sum of RGB (Red+Green+Blue) = 89+108+178=375 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.73% from 375); Green value is 108 (42.58% from 255 or 28.8% from 375); Blue value is 178 (69.92% from 255 or 47.47% from 375); Max value from RGB is 178 - color contains mainly: blue. Hex color #596CB2 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596CB2 is #A6934D. Grayscale: #6E6E6E. Windows color (decimal): -10916686 or 11693145. OLE color: 11693145.

HSL color Cylindrical-coordinate representation of color #596CB2: hue angle of 227.19º 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 #596CB2 is Cyan = 0.5, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 89 108 178 -
CMYK 0.5 0.39 0 0.30
HSL 227.19º 0.37% 0.52% -
HSV(B) 227.19º 0.5% 0.7% -
XYZ 17.52 16.06 44.3 -
YUV 110.3 166.21 112.81 -
System Red Green Blue C M Y K H S L
Decimal 89 108 178 0.5 0.39 0 0.30 227.19 0.37 0.52
Hex 59 6C B2 32 27 0 1E E3 25 34
Octal 131 154 262 62 47 0 36 343 45 64
Binary 1011001 1101100 10110010 110010 100111 0 11110 11100011 100101 110100

Color Harmonies of #596CB2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CB2

Black with #596CB2

Text Example


Text Example

White with #596CB2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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