Html Css Color HEX #596FBA Chetwode Blue

📋 copy color: '#596FBA'

red 89 ◦ green 111 ◦ blue 186

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

Shades of Chetwode Blue #596FBA

Tints of Chetwode Blue #596FBA

RGB

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

 GREEN value IS 111 (43.75% from 255) = 28.76%

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

R = 23.06%
G = 28.76%
B = 48.19%

CMYK

 C value IS 0.52

 M value IS 0.40

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#596FBA (or 0x596FBA) is known color: Chetwode Blue. HEX triplet: 59, 6F and BA. RGB value is (89,111,186). Sum of RGB (Red+Green+Blue) = 89+111+186=386 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.06% from 386); Green value is 111 (43.75% from 255 or 28.76% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #596FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #596FBA is #A69045. Grayscale: #707070. Windows color (decimal): -10915910 or 12218201. OLE color: 12218201.

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

Color convert

RGB 89 111 186 -
CMYK 0.52 0.40 0 0.27
HSL 226.39º 0.41% 0.54% -
HSV(B) 226.39º 0.52% 0.73% -
XYZ 18.67 17.04 48.76 -
YUV 112.97 169.21 110.9 -
System Red Green Blue C M Y K H S L
Decimal 89 111 186 0.52 0.40 0 0.27 226.39 0.41 0.54
Hex 59 6F BA 34 28 0 1B E2 29 36
Octal 131 157 272 64 50 0 33 342 51 66
Binary 1011001 1101111 10111010 110100 101000 0 11011 11100010 101001 110110

Color Harmonies of #596FBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #596FBA

Black with #596FBA

Text Example


Text Example

White with #596FBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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