Html Css Color HEX #596BBF Chetwode Blue

📋 copy color: '#596BBF'

red 89 ◦ green 107 ◦ blue 191

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

Shades of Chetwode Blue #596BBF

Tints of Chetwode Blue #596BBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 49.35%

R = 23%
G = 27.65%
B = 49.35%

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

#596BBF (or 0x596BBF) is known color: Chetwode Blue. HEX triplet: 59, 6B and BF. RGB value is (89,107,191). Sum of RGB (Red+Green+Blue) = 89+107+191=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 107 (42.19% from 255 or 27.65% from 387); Blue value is 191 (75% from 255 or 49.35% from 387); Max value from RGB is 191 - color contains mainly: blue. Hex color #596BBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BBF is #A69440. Grayscale: #6E6E6E. Windows color (decimal): -10916929 or 12544857. OLE color: 12544857.

HSL color Cylindrical-coordinate representation of color #596BBF: hue angle of 229.41º 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 #596BBF is Cyan = 0.53, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 107 191 -
CMYK 0.53 0.44 0 0.25
HSL 229.41º 0.44% 0.55% -
HSV(B) 229.41º 0.53% 0.75% -
XYZ 18.78 16.4 51.47 -
YUV 111.19 173.04 112.17 -
System Red Green Blue C M Y K H S L
Decimal 89 107 191 0.53 0.44 0 0.25 229.41 0.44 0.55
Hex 59 6B BF 35 2C 0 19 E5 2C 37
Octal 131 153 277 65 54 0 31 345 54 67
Binary 1011001 1101011 10111111 110101 101100 0 11001 11100101 101100 110111

Color Harmonies of #596BBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BBF

Black with #596BBF

Text Example


Text Example

White with #596BBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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