Html Css Color HEX #5970BC Chetwode Blue

📋 copy color: '#5970BC'

red 89 ◦ green 112 ◦ blue 188

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

Shades of Chetwode Blue #5970BC

Tints of Chetwode Blue #5970BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 48.33%

R = 22.88%
G = 28.79%
B = 48.33%

CMYK

 C value IS 0.53

 M value IS 0.40

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5970BC (or 0x5970BC) is known color: Chetwode Blue. HEX triplet: 59, 70 and BC. RGB value is (89,112,188). Sum of RGB (Red+Green+Blue) = 89+112+188=389 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.88% from 389); Green value is 112 (44.14% from 255 or 28.79% from 389); Blue value is 188 (73.83% from 255 or 48.33% from 389); Max value from RGB is 188 - color contains mainly: blue. Hex color #5970BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5970BC is #A68F43. Grayscale: #717171. Windows color (decimal): -10915652 or 12349529. OLE color: 12349529.

HSL color Cylindrical-coordinate representation of color #5970BC: hue angle of 226.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5970BC is Cyan = 0.53, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 112 188 -
CMYK 0.53 0.40 0 0.26
HSL 226.06º 0.42% 0.54% -
HSV(B) 226.06º 0.53% 0.74% -
XYZ 18.99 17.34 49.92 -
YUV 113.79 169.88 110.32 -
System Red Green Blue C M Y K H S L
Decimal 89 112 188 0.53 0.40 0 0.26 226.06 0.42 0.54
Hex 59 70 BC 35 28 0 1A E2 2A 36
Octal 131 160 274 65 50 0 32 342 52 66
Binary 1011001 1110000 10111100 110101 101000 0 11010 11100010 101010 110110

Color Harmonies of #5970BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5970BC

Black with #5970BC

Text Example


Text Example

White with #5970BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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