Html Css Color HEX #5E6ECA Chetwode Blue

📋 copy color: '#5E6ECA'

red 94 ◦ green 110 ◦ blue 202

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

Shades of Chetwode Blue #5E6ECA

Tints of Chetwode Blue #5E6ECA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 23.15%
G = 27.09%
B = 49.75%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5E6ECA (or 0x5E6ECA) is known color: Chetwode Blue. HEX triplet: 5E, 6E and CA. RGB value is (94,110,202). Sum of RGB (Red+Green+Blue) = 94+110+202=406 (53% of max value = 765). Red value is 94 (37.11% from 255 or 23.15% from 406); Green value is 110 (43.36% from 255 or 27.09% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #5E6ECA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6ECA is #A19135. Grayscale: #737373. Windows color (decimal): -10588470 or 13266526. OLE color: 13266526.

HSL color Cylindrical-coordinate representation of color #5E6ECA: hue angle of 231.11º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5E6ECA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 94 110 202 -
CMYK 0.53 0.46 0 0.21
HSL 231.11º 0.5% 0.58% -
HSV(B) 231.11º 0.53% 0.79% -
XYZ 20.85 17.8 58.21 -
YUV 115.7 176.7 112.52 -
System Red Green Blue C M Y K H S L
Decimal 94 110 202 0.53 0.46 0 0.21 231.11 0.5 0.58
Hex 5E 6E CA 35 2E 0 15 E7 32 3A
Octal 136 156 312 65 56 0 25 347 62 72
Binary 1011110 1101110 11001010 110101 101110 0 10101 11100111 110010 111010

Color Harmonies of #5E6ECA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6ECA

Black with #5E6ECA

Text Example


Text Example

White with #5E6ECA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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