Html Css Color HEX #5970CB Chetwode Blue

📋 copy color: '#5970CB'

red 89 ◦ green 112 ◦ blue 203

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

Shades of Chetwode Blue #5970CB

Tints of Chetwode Blue #5970CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 50.25%

R = 22.03%
G = 27.72%
B = 50.25%

CMYK

 C value IS 0.56

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5970CB (or 0x5970CB) is known color: Chetwode Blue. HEX triplet: 59, 70 and CB. RGB value is (89,112,203). Sum of RGB (Red+Green+Blue) = 89+112+203=404 (53% of max value = 765). Red value is 89 (35.16% from 255 or 22.03% from 404); Green value is 112 (44.14% from 255 or 27.72% from 404); Blue value is 203 (79.69% from 255 or 50.25% from 404); Max value from RGB is 203 - color contains mainly: blue. Hex color #5970CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5970CB is #A68F34. Grayscale: #737373. Windows color (decimal): -10915637 or 13332569. OLE color: 13332569.

HSL color Cylindrical-coordinate representation of color #5970CB: hue angle of 227.89º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5970CB is Cyan = 0.56, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 89 112 203 -
CMYK 0.56 0.45 0 0.20
HSL 227.89º 0.52% 0.57% -
HSV(B) 227.89º 0.56% 0.8% -
XYZ 20.69 18.02 58.89 -
YUV 115.5 177.38 109.1 -
System Red Green Blue C M Y K H S L
Decimal 89 112 203 0.56 0.45 0 0.20 227.89 0.52 0.57
Hex 59 70 CB 38 2D 0 14 E4 34 39
Octal 131 160 313 70 55 0 24 344 64 71
Binary 1011001 1110000 11001011 111000 101101 0 10100 11100100 110100 111001

Color Harmonies of #5970CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5970CB

Black with #5970CB

Text Example


Text Example

White with #5970CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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