Html Css Color HEX #5E74CD Chetwode Blue

📋 copy color: '#5E74CD'

red 94 ◦ green 116 ◦ blue 205

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

Shades of Chetwode Blue #5E74CD

Tints of Chetwode Blue #5E74CD

RGB

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

 GREEN value IS 116 (45.7% from 255) = 27.95%

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

R = 22.65%
G = 27.95%
B = 49.4%

CMYK

 C value IS 0.54

 M value IS 0.43

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E74CD (or 0x5E74CD) is known color: Chetwode Blue. HEX triplet: 5E, 74 and CD. RGB value is (94,116,205). Sum of RGB (Red+Green+Blue) = 94+116+205=415 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.65% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 205 (80.47% from 255 or 49.40% from 415); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E74CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E74CD is #A18B32. Grayscale: #777777. Windows color (decimal): -10586931 or 13464670. OLE color: 13464670.

HSL color Cylindrical-coordinate representation of color #5E74CD: hue angle of 228.11º 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 #5E74CD is Cyan = 0.54, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 94 116 205 -
CMYK 0.54 0.43 0 0.20
HSL 228.11º 0.53% 0.59% -
HSV(B) 228.11º 0.54% 0.8% -
XYZ 21.88 19.28 60.33 -
YUV 119.57 176.21 109.76 -
System Red Green Blue C M Y K H S L
Decimal 94 116 205 0.54 0.43 0 0.20 228.11 0.53 0.59
Hex 5E 74 CD 36 2B 0 14 E4 35 3B
Octal 136 164 315 66 53 0 24 344 65 73
Binary 1011110 1110100 11001101 110110 101011 0 10100 11100100 110101 111011

Color Harmonies of #5E74CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E74CD

Black with #5E74CD

Text Example


Text Example

White with #5E74CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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