Html Css Color HEX #5D72AD Chetwode Blue

📋 copy color: '#5D72AD'

red 93 ◦ green 114 ◦ blue 173

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

Shades of Chetwode Blue #5D72AD

Tints of Chetwode Blue #5D72AD

RGB

 RED value IS 93 (36.72% from 255) = 24.47%

 GREEN value IS 114 (44.92% from 255) = 30%

 BLUE value IS 173 (67.97% from 255) = 45.53%

R = 24.47%
G = 30%
B = 45.53%

CMYK

 C value IS 0.46

 M value IS 0.34

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5D72AD (or 0x5D72AD) is known color: Chetwode Blue. HEX triplet: 5D, 72 and AD. RGB value is (93,114,173). Sum of RGB (Red+Green+Blue) = 93+114+173=380 (50% of max value = 765). Red value is 93 (36.72% from 255 or 24.47% from 380); Green value is 114 (44.92% from 255 or 30% from 380); Blue value is 173 (67.97% from 255 or 45.53% from 380); Max value from RGB is 173 - color contains mainly: blue. Hex color #5D72AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D72AD is #A28D52. Grayscale: #727272. Windows color (decimal): -10653011 or 11367005. OLE color: 11367005.

HSL color Cylindrical-coordinate representation of color #5D72AD: hue angle of 224.25º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5D72AD is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 93 114 173 -
CMYK 0.46 0.34 0 0.32
HSL 224.25º 0.33% 0.52% -
HSV(B) 224.25º 0.46% 0.68% -
XYZ 18.07 17.38 41.94 -
YUV 114.45 161.04 112.7 -
System Red Green Blue C M Y K H S L
Decimal 93 114 173 0.46 0.34 0 0.32 224.25 0.33 0.52
Hex 5D 72 AD 2E 22 0 20 E0 21 34
Octal 135 162 255 56 42 0 40 340 41 64
Binary 1011101 1110010 10101101 101110 100010 0 100000 11100000 100001 110100

Color Harmonies of #5D72AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D72AD

Black with #5D72AD

Text Example


Text Example

White with #5D72AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5D72AD; }

 p { color: rgb(93,114,173); }

 H1.HeaderClassName
 {
   color: #5D72AD;
 }
 .AnyTagClassName
 {
   color: #5D72AD;
 }
</style>

background-color css

<style>
 a { background-color: #5D72AD; }

 a { background-color: rgb(93,114,173); }

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

border-color css

<style>
 span { border-color: #5D72AD; }

 span { border-color: rgb(93,114,173); }

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