Html Css Color HEX #5970BA Chetwode Blue

📋 copy color: '#5970BA'

red 89 ◦ green 112 ◦ blue 186

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

Shades of Chetwode Blue #5970BA

Tints of Chetwode Blue #5970BA

RGB

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

 GREEN value IS 112 (44.14% from 255) = 28.94%

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

R = 23%
G = 28.94%
B = 48.06%

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

#5970BA (or 0x5970BA) is known color: Chetwode Blue. HEX triplet: 59, 70 and BA. RGB value is (89,112,186). Sum of RGB (Red+Green+Blue) = 89+112+186=387 (51% of max value = 765). Red value is 89 (35.16% from 255 or 23.00% from 387); Green value is 112 (44.14% from 255 or 28.94% from 387); Blue value is 186 (73.05% from 255 or 48.06% from 387); Max value from RGB is 186 - color contains mainly: blue. Hex color #5970BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5970BA is #A68F45. Grayscale: #717171. Windows color (decimal): -10915654 or 12218457. OLE color: 12218457.

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

Color convert

RGB 89 112 186 -
CMYK 0.52 0.40 0 0.27
HSL 225.77º 0.41% 0.54% -
HSV(B) 225.77º 0.52% 0.73% -
XYZ 18.78 17.26 48.8 -
YUV 113.56 168.88 110.48 -
System Red Green Blue C M Y K H S L
Decimal 89 112 186 0.52 0.40 0 0.27 225.77 0.41 0.54
Hex 59 70 BA 34 28 0 1B E2 29 36
Octal 131 160 272 64 50 0 33 342 51 66
Binary 1011001 1110000 10111010 110100 101000 0 11011 11100010 101001 110110

Color Harmonies of #5970BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5970BA

Black with #5970BA

Text Example


Text Example

White with #5970BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5970BA; }

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

 H1.HeaderClassName
 {
   color: #5970BA;
 }
 .AnyTagClassName
 {
   color: #5970BA;
 }
</style>

background-color css

<style>
 a { background-color: #5970BA; }

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

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

border-color css

<style>
 span { border-color: #5970BA; }

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

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