Html Css Color HEX #596BBC Chetwode Blue

📋 copy color: '#596BBC'

red 89 ◦ green 107 ◦ blue 188

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

Shades of Chetwode Blue #596BBC

Tints of Chetwode Blue #596BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.96%

R = 23.18%
G = 27.86%
B = 48.96%

CMYK

 C value IS 0.53

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#596BBC (or 0x596BBC) is known color: Chetwode Blue. HEX triplet: 59, 6B and BC. RGB value is (89,107,188). Sum of RGB (Red+Green+Blue) = 89+107+188=384 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.18% from 384); Green value is 107 (42.19% from 255 or 27.86% from 384); Blue value is 188 (73.83% from 255 or 48.96% from 384); Max value from RGB is 188 - color contains mainly: blue. Hex color #596BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BBC is #A69443. Grayscale: #6E6E6E. Windows color (decimal): -10916932 or 12348249. OLE color: 12348249.

HSL color Cylindrical-coordinate representation of color #596BBC: hue angle of 229.09º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #596BBC is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 107 188 -
CMYK 0.53 0.43 0 0.26
HSL 229.09º 0.42% 0.54% -
HSV(B) 229.09º 0.53% 0.74% -
XYZ 18.45 16.27 49.74 -
YUV 110.85 171.54 112.41 -
System Red Green Blue C M Y K H S L
Decimal 89 107 188 0.53 0.43 0 0.26 229.09 0.42 0.54
Hex 59 6B BC 35 2B 0 1A E5 2A 36
Octal 131 153 274 65 53 0 32 345 52 66
Binary 1011001 1101011 10111100 110101 101011 0 11010 11100101 101010 110110

Color Harmonies of #596BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BBC

Black with #596BBC

Text Example


Text Example

White with #596BBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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