Html Css Color HEX #596EC4 Chetwode Blue

📋 copy color: '#596EC4'

red 89 ◦ green 110 ◦ blue 196

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

Shades of Chetwode Blue #596EC4

Tints of Chetwode Blue #596EC4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 49.62%

R = 22.53%
G = 27.85%
B = 49.62%

CMYK

 C value IS 0.55

 M value IS 0.44

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#596EC4 (or 0x596EC4) is known color: Chetwode Blue. HEX triplet: 59, 6E and C4. RGB value is (89,110,196). Sum of RGB (Red+Green+Blue) = 89+110+196=395 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.53% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 196 (76.95% from 255 or 49.62% from 395); Max value from RGB is 196 - color contains mainly: blue. Hex color #596EC4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596EC4 is #A6913B. Grayscale: #717171. Windows color (decimal): -10916156 or 12873305. OLE color: 12873305.

HSL color Cylindrical-coordinate representation of color #596EC4: hue angle of 228.22º degrees, saturation: 0.48, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #596EC4 is Cyan = 0.55, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 89 110 196 -
CMYK 0.55 0.44 0 0.23
HSL 228.22º 0.48% 0.56% -
HSV(B) 228.22º 0.55% 0.77% -
XYZ 19.66 17.26 54.52 -
YUV 113.53 174.54 110.51 -
System Red Green Blue C M Y K H S L
Decimal 89 110 196 0.55 0.44 0 0.23 228.22 0.48 0.56
Hex 59 6E C4 37 2C 0 17 E4 30 38
Octal 131 156 304 67 54 0 27 344 60 70
Binary 1011001 1101110 11000100 110111 101100 0 10111 11100100 110000 111000

Color Harmonies of #596EC4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596EC4

Black with #596EC4

Text Example


Text Example

White with #596EC4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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