Html Css Color HEX #5E6ECD Chetwode Blue

📋 copy color: '#5E6ECD'

red 94 ◦ green 110 ◦ blue 205

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

Shades of Chetwode Blue #5E6ECD

Tints of Chetwode Blue #5E6ECD

RGB

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

 GREEN value IS 110 (43.36% from 255) = 26.89%

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

R = 22.98%
G = 26.89%
B = 50.12%

CMYK

 C value IS 0.54

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5E6ECD (or 0x5E6ECD) is known color: Chetwode Blue. HEX triplet: 5E, 6E and CD. RGB value is (94,110,205). Sum of RGB (Red+Green+Blue) = 94+110+205=409 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.98% from 409); Green value is 110 (43.36% from 255 or 26.89% from 409); Blue value is 205 (80.47% from 255 or 50.12% from 409); Max value from RGB is 205 - color contains mainly: blue. Hex color #5E6ECD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6ECD is #A19132. Grayscale: #737373. Windows color (decimal): -10588467 or 13463134. OLE color: 13463134.

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

Color convert

RGB 94 110 205 -
CMYK 0.54 0.46 0 0.20
HSL 231.35º 0.53% 0.59% -
HSV(B) 231.35º 0.54% 0.8% -
XYZ 21.21 17.94 60.1 -
YUV 116.05 178.2 112.28 -
System Red Green Blue C M Y K H S L
Decimal 94 110 205 0.54 0.46 0 0.20 231.35 0.53 0.59
Hex 5E 6E CD 36 2E 0 14 E7 35 3B
Octal 136 156 315 66 56 0 24 347 65 73
Binary 1011110 1101110 11001101 110110 101110 0 10100 11100111 110101 111011

Color Harmonies of #5E6ECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6ECD

Black with #5E6ECD

Text Example


Text Example

White with #5E6ECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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