Html Css Color HEX #596DB0 Chetwode Blue

📋 copy color: '#596DB0'

red 89 ◦ green 109 ◦ blue 176

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

Shades of Chetwode Blue #596DB0

Tints of Chetwode Blue #596DB0

RGB

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

 GREEN value IS 109 (42.97% from 255) = 29.14%

 BLUE value IS 176 (69.14% from 255) = 47.06%

R = 23.8%
G = 29.14%
B = 47.06%

CMYK

 C value IS 0.49

 M value IS 0.38

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#596DB0 (or 0x596DB0) is known color: Chetwode Blue. HEX triplet: 59, 6D and B0. RGB value is (89,109,176). Sum of RGB (Red+Green+Blue) = 89+109+176=374 (49% of max value = 765). Red value is 89 (35.16% from 255 or 23.80% from 374); Green value is 109 (42.97% from 255 or 29.14% from 374); Blue value is 176 (69.14% from 255 or 47.06% from 374); Max value from RGB is 176 - color contains mainly: blue. Hex color #596DB0 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #596DB0 is #A6924F. Grayscale: #6E6E6E. Windows color (decimal): -10916432 or 11562329. OLE color: 11562329.

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

Color convert

RGB 89 109 176 -
CMYK 0.49 0.38 0 0.31
HSL 226.21º 0.36% 0.52% -
HSV(B) 226.21º 0.49% 0.69% -
XYZ 17.42 16.2 43.28 -
YUV 110.66 164.87 112.55 -
System Red Green Blue C M Y K H S L
Decimal 89 109 176 0.49 0.38 0 0.31 226.21 0.36 0.52
Hex 59 6D B0 31 26 0 1F E2 24 34
Octal 131 155 260 61 46 0 37 342 44 64
Binary 1011001 1101101 10110000 110001 100110 0 11111 11100010 100100 110100

Color Harmonies of #596DB0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596DB0

Black with #596DB0

Text Example


Text Example

White with #596DB0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,109,176); }

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

background-color css

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

 a { background-color: rgb(89,109,176); }

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

border-color css

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

 span { border-color: rgb(89,109,176); }

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