Html Css Color HEX #596ACC Chetwode Blue

📋 copy color: '#596ACC'

red 89 ◦ green 106 ◦ blue 204

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

Shades of Chetwode Blue #596ACC

Tints of Chetwode Blue #596ACC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 51.13%

R = 22.31%
G = 26.57%
B = 51.13%

CMYK

 C value IS 0.56

 M value IS 0.48

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#596ACC (or 0x596ACC) is known color: Chetwode Blue. HEX triplet: 59, 6A and CC. RGB value is (89,106,204). Sum of RGB (Red+Green+Blue) = 89+106+204=399 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.31% from 399); Green value is 106 (41.80% from 255 or 26.57% from 399); Blue value is 204 (80.08% from 255 or 51.13% from 399); Max value from RGB is 204 - color contains mainly: blue. Hex color #596ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596ACC is #A69533. Grayscale: #6F6F6F. Windows color (decimal): -10917172 or 13396569. OLE color: 13396569.

HSL color Cylindrical-coordinate representation of color #596ACC: hue angle of 231.13º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #596ACC is Cyan = 0.56, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 89 106 204 -
CMYK 0.56 0.48 0 0.2
HSL 231.13º 0.53% 0.57% -
HSV(B) 231.13º 0.56% 0.8% -
XYZ 20.17 16.79 59.3 -
YUV 112.09 179.87 111.53 -
System Red Green Blue C M Y K H S L
Decimal 89 106 204 0.56 0.48 0 0.2 231.13 0.53 0.57
Hex 59 6A CC 38 30 0 14 E7 35 39
Octal 131 152 314 70 60 0 24 347 65 71
Binary 1011001 1101010 11001100 111000 110000 0 10100 11100111 110101 111001

Color Harmonies of #596ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596ACC

Black with #596ACC

Text Example


Text Example

White with #596ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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