Html Css Color HEX #5970B1 Chetwode Blue

📋 copy color: '#5970B1'

red 89 ◦ green 112 ◦ blue 177

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

Shades of Chetwode Blue #5970B1

Tints of Chetwode Blue #5970B1

RGB

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

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

 BLUE value IS 177 (69.53% from 255) = 46.83%

R = 23.54%
G = 29.63%
B = 46.83%

CMYK

 C value IS 0.50

 M value IS 0.37

 Y value IS 0

 K value IS 0.31

RGB Variations

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

Color information

#5970B1 (or 0x5970B1) is known color: Chetwode Blue. HEX triplet: 59, 70 and B1. RGB value is (89,112,177). Sum of RGB (Red+Green+Blue) = 89+112+177=378 (50% of max value = 765). Red value is 89 (35.16% from 255 or 23.54% from 378); Green value is 112 (44.14% from 255 or 29.63% from 378); Blue value is 177 (69.53% from 255 or 46.83% from 378); Max value from RGB is 177 - color contains mainly: blue. Hex color #5970B1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5970B1 is #A68F4E. Grayscale: #707070. Windows color (decimal): -10915663 or 11628633. OLE color: 11628633.

HSL color Cylindrical-coordinate representation of color #5970B1: hue angle of 224.32º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5970B1 is Cyan = 0.50, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.31.

Color convert

RGB 89 112 177 -
CMYK 0.50 0.37 0 0.31
HSL 224.32º 0.36% 0.52% -
HSV(B) 224.32º 0.5% 0.69% -
XYZ 17.85 16.89 43.91 -
YUV 112.53 164.38 111.21 -
System Red Green Blue C M Y K H S L
Decimal 89 112 177 0.50 0.37 0 0.31 224.32 0.36 0.52
Hex 59 70 B1 32 25 0 1F E0 24 34
Octal 131 160 261 62 45 0 37 340 44 64
Binary 1011001 1110000 10110001 110010 100101 0 11111 11100000 100100 110100

Color Harmonies of #5970B1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5970B1

Black with #5970B1

Text Example


Text Example

White with #5970B1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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