Html Css Color HEX #5E73AD Chetwode Blue

📋 copy color: '#5E73AD'

red 94 ◦ green 115 ◦ blue 173

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

Shades of Chetwode Blue #5E73AD

Tints of Chetwode Blue #5E73AD

RGB

 RED value IS 94 (37.11% from 255) = 24.61%

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

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

R = 24.61%
G = 30.1%
B = 45.29%

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

#5E73AD (or 0x5E73AD) is known color: Chetwode Blue. HEX triplet: 5E, 73 and AD. RGB value is (94,115,173). Sum of RGB (Red+Green+Blue) = 94+115+173=382 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.61% from 382); Green value is 115 (45.31% from 255 or 30.10% from 382); Blue value is 173 (67.97% from 255 or 45.29% from 382); Max value from RGB is 173 - color contains mainly: blue. Hex color #5E73AD is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E73AD is #A18C52. Grayscale: #737373. Windows color (decimal): -10587219 or 11367262. OLE color: 11367262.

HSL color Cylindrical-coordinate representation of color #5E73AD: hue angle of 224.05º 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 #5E73AD is Cyan = 0.46, Magento = 0.34, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 94 115 173 -
CMYK 0.46 0.34 0 0.32
HSL 224.05º 0.33% 0.52% -
HSV(B) 224.05º 0.46% 0.68% -
XYZ 18.29 17.66 41.98 -
YUV 115.33 160.54 112.78 -
System Red Green Blue C M Y K H S L
Decimal 94 115 173 0.46 0.34 0 0.32 224.05 0.33 0.52
Hex 5E 73 AD 2E 22 0 20 E0 21 34
Octal 136 163 255 56 42 0 40 340 41 64
Binary 1011110 1110011 10101101 101110 100010 0 100000 11100000 100001 110100

Color Harmonies of #5E73AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E73AD

Black with #5E73AD

Text Example


Text Example

White with #5E73AD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,115,173); }

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

background-color css

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

 a { background-color: rgb(94,115,173); }

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

border-color css

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

 span { border-color: rgb(94,115,173); }

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