Html Css Color HEX #596EBA Chetwode Blue

📋 copy color: '#596EBA'

red 89 ◦ green 110 ◦ blue 186

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

Shades of Chetwode Blue #596EBA

Tints of Chetwode Blue #596EBA

RGB

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

 GREEN value IS 110 (43.36% from 255) = 28.57%

 BLUE value IS 186 (73.05% from 255) = 48.31%

R = 23.12%
G = 28.57%
B = 48.31%

CMYK

 C value IS 0.52

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#596EBA (or 0x596EBA) is known color: Chetwode Blue. HEX triplet: 59, 6E and BA. RGB value is (89,110,186). Sum of RGB (Red+Green+Blue) = 89+110+186=385 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.12% from 385); Green value is 110 (43.36% from 255 or 28.57% from 385); Blue value is 186 (73.05% from 255 or 48.31% from 385); Max value from RGB is 186 - color contains mainly: blue. Hex color #596EBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596EBA is #A69145. Grayscale: #707070. Windows color (decimal): -10916166 or 12217945. OLE color: 12217945.

HSL color Cylindrical-coordinate representation of color #596EBA: hue angle of 227.01º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #596EBA is Cyan = 0.52, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 110 186 -
CMYK 0.52 0.41 0 0.27
HSL 227.01º 0.41% 0.54% -
HSV(B) 227.01º 0.52% 0.73% -
XYZ 18.56 16.82 48.72 -
YUV 112.39 169.54 111.32 -
System Red Green Blue C M Y K H S L
Decimal 89 110 186 0.52 0.41 0 0.27 227.01 0.41 0.54
Hex 59 6E BA 34 29 0 1B E3 29 36
Octal 131 156 272 64 51 0 33 343 51 66
Binary 1011001 1101110 10111010 110100 101001 0 11011 11100011 101001 110110

Color Harmonies of #596EBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596EBA

Black with #596EBA

Text Example


Text Example

White with #596EBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,110,186); }

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

background-color css

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

 a { background-color: rgb(89,110,186); }

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

border-color css

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

 span { border-color: rgb(89,110,186); }

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