Html Css Color HEX #5E6EBC Chetwode Blue

📋 copy color: '#5E6EBC'

red 94 ◦ green 110 ◦ blue 188

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

Shades of Chetwode Blue #5E6EBC

Tints of Chetwode Blue #5E6EBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 23.98%
G = 28.06%
B = 47.96%

CMYK

 C value IS 0.50

 M value IS 0.41

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E6EBC (or 0x5E6EBC) is known color: Chetwode Blue. HEX triplet: 5E, 6E and BC. RGB value is (94,110,188). Sum of RGB (Red+Green+Blue) = 94+110+188=392 (51% of max value = 765). Red value is 94 (37.11% from 255 or 23.98% from 392); Green value is 110 (43.36% from 255 or 28.06% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E6EBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6EBC is #A19143. Grayscale: #717171. Windows color (decimal): -10588484 or 12349022. OLE color: 12349022.

HSL color Cylindrical-coordinate representation of color #5E6EBC: hue angle of 229.79º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E6EBC is Cyan = 0.50, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 110 188 -
CMYK 0.50 0.41 0 0.26
HSL 229.79º 0.41% 0.55% -
HSV(B) 229.79º 0.5% 0.74% -
XYZ 19.27 17.16 49.87 -
YUV 114.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 94 110 188 0.50 0.41 0 0.26 229.79 0.41 0.55
Hex 5E 6E BC 32 29 0 1A E6 29 37
Octal 136 156 274 62 51 0 32 346 51 67
Binary 1011110 1101110 10111100 110010 101001 0 11010 11100110 101001 110111

Color Harmonies of #5E6EBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6EBC

Black with #5E6EBC

Text Example


Text Example

White with #5E6EBC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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