Html Css Color HEX #596BBA Chetwode Blue

📋 copy color: '#596BBA'

red 89 ◦ green 107 ◦ blue 186

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

Shades of Chetwode Blue #596BBA

Tints of Chetwode Blue #596BBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.69%

R = 23.3%
G = 28.01%
B = 48.69%

CMYK

 C value IS 0.52

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#596BBA (or 0x596BBA) is known color: Chetwode Blue. HEX triplet: 59, 6B and BA. RGB value is (89,107,186). Sum of RGB (Red+Green+Blue) = 89+107+186=382 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.30% from 382); Green value is 107 (42.19% from 255 or 28.01% from 382); Blue value is 186 (73.05% from 255 or 48.69% from 382); Max value from RGB is 186 - color contains mainly: blue. Hex color #596BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596BBA is #A69445. Grayscale: #6E6E6E. Windows color (decimal): -10916934 or 12217177. OLE color: 12217177.

HSL color Cylindrical-coordinate representation of color #596BBA: hue angle of 228.87º degrees, saturation: 0.41, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #596BBA is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 107 186 -
CMYK 0.52 0.42 0 0.27
HSL 228.87º 0.41% 0.54% -
HSV(B) 228.87º 0.52% 0.73% -
XYZ 18.24 16.18 48.62 -
YUV 110.62 170.54 112.58 -
System Red Green Blue C M Y K H S L
Decimal 89 107 186 0.52 0.42 0 0.27 228.87 0.41 0.54
Hex 59 6B BA 34 2A 0 1B E5 29 36
Octal 131 153 272 64 52 0 33 345 51 66
Binary 1011001 1101011 10111010 110100 101010 0 11011 11100101 101001 110110

Color Harmonies of #596BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596BBA

Black with #596BBA

Text Example


Text Example

White with #596BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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