Html Css Color HEX #5971C0 Chetwode Blue

📋 copy color: '#5971C0'

red 89 ◦ green 113 ◦ blue 192

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

Shades of Chetwode Blue #5971C0

Tints of Chetwode Blue #5971C0

RGB

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

 GREEN value IS 113 (44.53% from 255) = 28.68%

 BLUE value IS 192 (75.39% from 255) = 48.73%

R = 22.59%
G = 28.68%
B = 48.73%

CMYK

 C value IS 0.54

 M value IS 0.41

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5971C0 (or 0x5971C0) is known color: Chetwode Blue. HEX triplet: 59, 71 and C0. RGB value is (89,113,192). Sum of RGB (Red+Green+Blue) = 89+113+192=394 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.59% from 394); Green value is 113 (44.53% from 255 or 28.68% from 394); Blue value is 192 (75.39% from 255 or 48.73% from 394); Max value from RGB is 192 - color contains mainly: blue. Hex color #5971C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971C0 is #A68E3F. Grayscale: #727272. Windows color (decimal): -10915392 or 12611929. OLE color: 12611929.

HSL color Cylindrical-coordinate representation of color #5971C0: hue angle of 226.02º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5971C0 is Cyan = 0.54, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 89 113 192 -
CMYK 0.54 0.41 0 0.25
HSL 226.02º 0.45% 0.55% -
HSV(B) 226.02º 0.54% 0.75% -
XYZ 19.54 17.74 52.26 -
YUV 114.83 171.55 109.58 -
System Red Green Blue C M Y K H S L
Decimal 89 113 192 0.54 0.41 0 0.25 226.02 0.45 0.55
Hex 59 71 C0 36 29 0 19 E2 2D 37
Octal 131 161 300 66 51 0 31 342 55 67
Binary 1011001 1110001 11000000 110110 101001 0 11001 11100010 101101 110111

Color Harmonies of #5971C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5971C0

Black with #5971C0

Text Example


Text Example

White with #5971C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5971C0; }

 p { color: rgb(89,113,192); }

 H1.HeaderClassName
 {
   color: #5971C0;
 }
 .AnyTagClassName
 {
   color: #5971C0;
 }
</style>

background-color css

<style>
 a { background-color: #5971C0; }

 a { background-color: rgb(89,113,192); }

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

border-color css

<style>
 span { border-color: #5971C0; }

 span { border-color: rgb(89,113,192); }

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