Html Css Color HEX #5973BD Chetwode Blue

📋 copy color: '#5973BD'

red 89 ◦ green 115 ◦ blue 189

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

Shades of Chetwode Blue #5973BD

Tints of Chetwode Blue #5973BD

RGB

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

 GREEN value IS 115 (45.31% from 255) = 29.26%

 BLUE value IS 189 (74.22% from 255) = 48.09%

R = 22.65%
G = 29.26%
B = 48.09%

CMYK

 C value IS 0.53

 M value IS 0.39

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5973BD (or 0x5973BD) is known color: Chetwode Blue. HEX triplet: 59, 73 and BD. RGB value is (89,115,189). Sum of RGB (Red+Green+Blue) = 89+115+189=393 (52% of max value = 765). Red value is 89 (35.16% from 255 or 22.65% from 393); Green value is 115 (45.31% from 255 or 29.26% from 393); Blue value is 189 (74.22% from 255 or 48.09% from 393); Max value from RGB is 189 - color contains mainly: blue. Hex color #5973BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5973BD is #A68C42. Grayscale: #737373. Windows color (decimal): -10914883 or 12415833. OLE color: 12415833.

HSL color Cylindrical-coordinate representation of color #5973BD: hue angle of 224.4º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5973BD is Cyan = 0.53, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 89 115 189 -
CMYK 0.53 0.39 0 0.26
HSL 224.4º 0.43% 0.55% -
HSV(B) 224.4º 0.53% 0.74% -
XYZ 19.44 18.06 50.61 -
YUV 115.66 169.39 108.98 -
System Red Green Blue C M Y K H S L
Decimal 89 115 189 0.53 0.39 0 0.26 224.4 0.43 0.55
Hex 59 73 BD 35 27 0 1A E0 2B 37
Octal 131 163 275 65 47 0 32 340 53 67
Binary 1011001 1110011 10111101 110101 100111 0 11010 11100000 101011 110111

Color Harmonies of #5973BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5973BD

Black with #5973BD

Text Example


Text Example

White with #5973BD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5973BD; }

 p { color: rgb(89,115,189); }

 H1.HeaderClassName
 {
   color: #5973BD;
 }
 .AnyTagClassName
 {
   color: #5973BD;
 }
</style>

background-color css

<style>
 a { background-color: #5973BD; }

 a { background-color: rgb(89,115,189); }

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

border-color css

<style>
 span { border-color: #5973BD; }

 span { border-color: rgb(89,115,189); }

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