Html Css Color HEX #5E73CD Chetwode Blue

📋 copy color: '#5E73CD'

red 94 ◦ green 115 ◦ blue 205

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

Shades of Chetwode Blue #5E73CD

Tints of Chetwode Blue #5E73CD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.52%

R = 22.71%
G = 27.78%
B = 49.52%

CMYK

 C value IS 0.54

 M value IS 0.44

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E73CD (or 0x5E73CD) is known color: Chetwode Blue. HEX triplet: 5E, 73 and CD. RGB value is (94,115,205). Sum of RGB (Red+Green+Blue) = 94+115+205=414 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.71% from 414); Green value is 115 (45.31% from 255 or 27.78% from 414); Blue value is 205 (80.47% from 255 or 49.52% from 414); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E73CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E73CD is #A18C32. Grayscale: #767676. Windows color (decimal): -10587187 or 13464414. OLE color: 13464414.

HSL color Cylindrical-coordinate representation of color #5E73CD: hue angle of 228.65º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5E73CD is Cyan = 0.54, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 115 205 -
CMYK 0.54 0.44 0 0.20
HSL 228.65º 0.53% 0.59% -
HSV(B) 228.65º 0.54% 0.8% -
XYZ 21.77 19.05 60.29 -
YUV 118.98 176.54 110.18 -
System Red Green Blue C M Y K H S L
Decimal 94 115 205 0.54 0.44 0 0.20 228.65 0.53 0.59
Hex 5E 73 CD 36 2C 0 14 E5 35 3B
Octal 136 163 315 66 54 0 24 345 65 73
Binary 1011110 1110011 11001101 110110 101100 0 10100 11100101 110101 111011

Color Harmonies of #5E73CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E73CD

Black with #5E73CD

Text Example


Text Example

White with #5E73CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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