Html Css Color HEX #596BBE Chetwode Blue

📋 copy color: '#596BBE'

red 89 ◦ green 107 ◦ blue 190

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

Shades of Chetwode Blue #596BBE

Tints of Chetwode Blue #596BBE

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.72%

 BLUE value IS 190 (74.61% from 255) = 49.22%

R = 23.06%
G = 27.72%
B = 49.22%

CMYK

 C value IS 0.53

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#596BBE (or 0x596BBE) is known color: Chetwode Blue. HEX triplet: 59, 6B and BE. RGB value is (89,107,190). Sum of RGB (Red+Green+Blue) = 89+107+190=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 107 (42.19% from 255 or 27.72% from 386); Blue value is 190 (74.61% from 255 or 49.22% from 386); Max value from RGB is 190 - color contains mainly: blue. Hex color #596BBE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BBE is #A69441. Grayscale: #6E6E6E. Windows color (decimal): -10916930 or 12479321. OLE color: 12479321.

HSL color Cylindrical-coordinate representation of color #596BBE: hue angle of 229.31º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #596BBE is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 107 190 -
CMYK 0.53 0.44 0 0.25
HSL 229.31º 0.44% 0.55% -
HSV(B) 229.31º 0.53% 0.75% -
XYZ 18.67 16.36 50.89 -
YUV 111.08 172.54 112.25 -
System Red Green Blue C M Y K H S L
Decimal 89 107 190 0.53 0.44 0 0.25 229.31 0.44 0.55
Hex 59 6B BE 35 2C 0 19 E5 2C 37
Octal 131 153 276 65 54 0 31 345 54 67
Binary 1011001 1101011 10111110 110101 101100 0 11001 11100101 101100 110111

Color Harmonies of #596BBE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BBE

Black with #596BBE

Text Example


Text Example

White with #596BBE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(89,107,190); }

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

background-color css

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

 a { background-color: rgb(89,107,190); }

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

border-color css

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

 span { border-color: rgb(89,107,190); }

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