Html Css Color HEX #596FAE Chetwode Blue

📋 copy color: '#596FAE'

red 89 ◦ green 111 ◦ blue 174

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

Shades of Chetwode Blue #596FAE

Tints of Chetwode Blue #596FAE

RGB

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

 GREEN value IS 111 (43.75% from 255) = 29.68%

 BLUE value IS 174 (68.36% from 255) = 46.52%

R = 23.8%
G = 29.68%
B = 46.52%

CMYK

 C value IS 0.49

 M value IS 0.36

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#596FAE (or 0x596FAE) is known color: Chetwode Blue. HEX triplet: 59, 6F and AE. RGB value is (89,111,174). Sum of RGB (Red+Green+Blue) = 89+111+174=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 111 (43.75% from 255 or 29.68% from 374); Blue value is 174 (68.36% from 255 or 46.52% from 374); Max value from RGB is 174 - color contains mainly: blue. Hex color #596FAE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596FAE is #A69051. Grayscale: #6F6F6F. Windows color (decimal): -10915922 or 11431769. OLE color: 11431769.

HSL color Cylindrical-coordinate representation of color #596FAE: hue angle of 224.47º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #596FAE is Cyan = 0.49, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 89 111 174 -
CMYK 0.49 0.36 0 0.32
HSL 224.47º 0.34% 0.52% -
HSV(B) 224.47º 0.49% 0.68% -
XYZ 17.44 16.55 42.32 -
YUV 111.6 163.21 111.88 -
System Red Green Blue C M Y K H S L
Decimal 89 111 174 0.49 0.36 0 0.32 224.47 0.34 0.52
Hex 59 6F AE 31 24 0 20 E0 22 34
Octal 131 157 256 61 44 0 40 340 42 64
Binary 1011001 1101111 10101110 110001 100100 0 100000 11100000 100010 110100

Color Harmonies of #596FAE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596FAE

Black with #596FAE

Text Example


Text Example

White with #596FAE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,111,174); }

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

background-color css

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

 a { background-color: rgb(89,111,174); }

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

border-color css

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

 span { border-color: rgb(89,111,174); }

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