Html Css Color HEX #5E6ECE Chetwode Blue

📋 copy color: '#5E6ECE'

red 94 ◦ green 110 ◦ blue 206

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

Shades of Chetwode Blue #5E6ECE

Tints of Chetwode Blue #5E6ECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.24%

R = 22.93%
G = 26.83%
B = 50.24%

CMYK

 C value IS 0.54

 M value IS 0.47

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5E6ECE (or 0x5E6ECE) is known color: Chetwode Blue. HEX triplet: 5E, 6E and CE. RGB value is (94,110,206). Sum of RGB (Red+Green+Blue) = 94+110+206=410 (54% of max value = 765). Red value is 94 (37.11% from 255 or 22.93% from 410); Green value is 110 (43.36% from 255 or 26.83% from 410); Blue value is 206 (80.86% from 255 or 50.24% from 410); Max value from RGB is 206 - color contains mainly: blue. Hex color #5E6ECE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6ECE is #A19131. Grayscale: #737373. Windows color (decimal): -10588466 or 13528670. OLE color: 13528670.

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

Color convert

RGB 94 110 206 -
CMYK 0.54 0.47 0 0.19
HSL 231.43º 0.53% 0.59% -
HSV(B) 231.43º 0.54% 0.81% -
XYZ 21.33 17.99 60.74 -
YUV 116.16 178.7 112.19 -
System Red Green Blue C M Y K H S L
Decimal 94 110 206 0.54 0.47 0 0.19 231.43 0.53 0.59
Hex 5E 6E CE 36 2F 0 13 E7 35 3B
Octal 136 156 316 66 57 0 23 347 65 73
Binary 1011110 1101110 11001110 110110 101111 0 10011 11100111 110101 111011

Color Harmonies of #5E6ECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6ECE

Black with #5E6ECE

Text Example


Text Example

White with #5E6ECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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