Html Css Color HEX #5970BF Chetwode Blue

📋 copy color: '#5970BF'

red 89 ◦ green 112 ◦ blue 191

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

Shades of Chetwode Blue #5970BF

Tints of Chetwode Blue #5970BF

RGB

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

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

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

R = 22.7%
G = 28.57%
B = 48.72%

CMYK

 C value IS 0.53

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5970BF (or 0x5970BF) is known color: Chetwode Blue. HEX triplet: 59, 70 and BF. RGB value is (89,112,191). Sum of RGB (Red+Green+Blue) = 89+112+191=392 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.70% from 392); Green value is 112 (44.14% from 255 or 28.57% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #5970BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5970BF is #A68F40. Grayscale: #717171. Windows color (decimal): -10915649 or 12546137. OLE color: 12546137.

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

Color convert

RGB 89 112 191 -
CMYK 0.53 0.41 0 0.25
HSL 226.47º 0.44% 0.55% -
HSV(B) 226.47º 0.53% 0.75% -
XYZ 19.32 17.47 51.64 -
YUV 114.13 171.38 110.08 -
System Red Green Blue C M Y K H S L
Decimal 89 112 191 0.53 0.41 0 0.25 226.47 0.44 0.55
Hex 59 70 BF 35 29 0 19 E2 2C 37
Octal 131 160 277 65 51 0 31 342 54 67
Binary 1011001 1110000 10111111 110101 101001 0 11001 11100010 101100 110111

Color Harmonies of #5970BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5970BF

Black with #5970BF

Text Example


Text Example

White with #5970BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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