Html Css Color HEX #596CBA Chetwode Blue

📋 copy color: '#596CBA'

red 89 ◦ green 108 ◦ blue 186

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

Shades of Chetwode Blue #596CBA

Tints of Chetwode Blue #596CBA

RGB

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

 GREEN value IS 108 (42.58% from 255) = 28.2%

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

R = 23.24%
G = 28.2%
B = 48.56%

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

#596CBA (or 0x596CBA) is known color: Chetwode Blue. HEX triplet: 59, 6C and BA. RGB value is (89,108,186). Sum of RGB (Red+Green+Blue) = 89+108+186=383 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.24% from 383); Green value is 108 (42.58% from 255 or 28.20% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #596CBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596CBA is #A69345. Grayscale: #6E6E6E. Windows color (decimal): -10916678 or 12217433. OLE color: 12217433.

HSL color Cylindrical-coordinate representation of color #596CBA: hue angle of 228.25º 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 #596CBA is Cyan = 0.52, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 89 108 186 -
CMYK 0.52 0.42 0 0.27
HSL 228.25º 0.41% 0.54% -
HSV(B) 228.25º 0.52% 0.73% -
XYZ 18.35 16.39 48.65 -
YUV 111.21 170.21 112.16 -
System Red Green Blue C M Y K H S L
Decimal 89 108 186 0.52 0.42 0 0.27 228.25 0.41 0.54
Hex 59 6C BA 34 2A 0 1B E4 29 36
Octal 131 154 272 64 52 0 33 344 51 66
Binary 1011001 1101100 10111010 110100 101010 0 11011 11100100 101001 110110

Color Harmonies of #596CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596CBA

Black with #596CBA

Text Example


Text Example

White with #596CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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