Html Css Color HEX #5971BA Chetwode Blue

📋 copy color: '#5971BA'

red 89 ◦ green 113 ◦ blue 186

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

Shades of Chetwode Blue #5971BA

Tints of Chetwode Blue #5971BA

RGB

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

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

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

R = 22.94%
G = 29.12%
B = 47.94%

CMYK

 C value IS 0.52

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5971BA (or 0x5971BA) is known color: Chetwode Blue. HEX triplet: 59, 71 and BA. RGB value is (89,113,186). Sum of RGB (Red+Green+Blue) = 89+113+186=388 (51% of max value = 765). Red value is 89 (35.16% from 255 or 22.94% from 388); Green value is 113 (44.53% from 255 or 29.12% from 388); Blue value is 186 (73.05% from 255 or 47.94% from 388); Max value from RGB is 186 - color contains mainly: blue. Hex color #5971BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5971BA is #A68E45. Grayscale: #717171. Windows color (decimal): -10915398 or 12218713. OLE color: 12218713.

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

Color convert

RGB 89 113 186 -
CMYK 0.52 0.39 0 0.27
HSL 225.15º 0.41% 0.54% -
HSV(B) 225.15º 0.52% 0.73% -
XYZ 18.89 17.48 48.83 -
YUV 114.15 168.55 110.06 -
System Red Green Blue C M Y K H S L
Decimal 89 113 186 0.52 0.39 0 0.27 225.15 0.41 0.54
Hex 59 71 BA 34 27 0 1B E1 29 36
Octal 131 161 272 64 47 0 33 341 51 66
Binary 1011001 1110001 10111010 110100 100111 0 11011 11100001 101001 110110

Color Harmonies of #5971BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5971BA

Black with #5971BA

Text Example


Text Example

White with #5971BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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