Html Css Color HEX #5E74AE Chetwode Blue

📋 copy color: '#5E74AE'

red 94 ◦ green 116 ◦ blue 174

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

Shades of Chetwode Blue #5E74AE

Tints of Chetwode Blue #5E74AE

RGB

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

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

 BLUE value IS 174 (68.36% from 255) = 45.31%

R = 24.48%
G = 30.21%
B = 45.31%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5E74AE (or 0x5E74AE) is known color: Chetwode Blue. HEX triplet: 5E, 74 and AE. RGB value is (94,116,174). Sum of RGB (Red+Green+Blue) = 94+116+174=384 (50% of max value = 765). Red value is 94 (37.11% from 255 or 24.48% from 384); Green value is 116 (45.70% from 255 or 30.21% from 384); Blue value is 174 (68.36% from 255 or 45.31% from 384); Max value from RGB is 174 - color contains mainly: blue. Hex color #5E74AE is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E74AE is #A18B51. Grayscale: #737373. Windows color (decimal): -10586962 or 11433054. OLE color: 11433054.

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

Color convert

RGB 94 116 174 -
CMYK 0.46 0.33 0 0.32
HSL 223.5º 0.33% 0.53% -
HSV(B) 223.5º 0.46% 0.68% -
XYZ 18.5 17.93 42.53 -
YUV 116.03 160.71 112.28 -
System Red Green Blue C M Y K H S L
Decimal 94 116 174 0.46 0.33 0 0.32 223.5 0.33 0.53
Hex 5E 74 AE 2E 21 0 20 E0 21 35
Octal 136 164 256 56 41 0 40 340 41 65
Binary 1011110 1110100 10101110 101110 100001 0 100000 11100000 100001 110101

Color Harmonies of #5E74AE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E74AE

Black with #5E74AE

Text Example


Text Example

White with #5E74AE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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