Html Css Color HEX #5E6EBF Chetwode Blue

📋 copy color: '#5E6EBF'

red 94 ◦ green 110 ◦ blue 191

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

Shades of Chetwode Blue #5E6EBF

Tints of Chetwode Blue #5E6EBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 48.35%

R = 23.8%
G = 27.85%
B = 48.35%

CMYK

 C value IS 0.51

 M value IS 0.42

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E6EBF (or 0x5E6EBF) is known color: Chetwode Blue. HEX triplet: 5E, 6E and BF. RGB value is (94,110,191). Sum of RGB (Red+Green+Blue) = 94+110+191=395 (52% of max value = 765). Red value is 94 (37.11% from 255 or 23.80% from 395); Green value is 110 (43.36% from 255 or 27.85% from 395); Blue value is 191 (75% from 255 or 48.35% from 395); Max value from RGB is 191 - color contains mainly: blue. Hex color #5E6EBF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6EBF is #A19140. Grayscale: #727272. Windows color (decimal): -10588481 or 12545630. OLE color: 12545630.

HSL color Cylindrical-coordinate representation of color #5E6EBF: hue angle of 230.1º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5E6EBF is Cyan = 0.51, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 110 191 -
CMYK 0.51 0.42 0 0.25
HSL 230.1º 0.43% 0.56% -
HSV(B) 230.1º 0.51% 0.75% -
XYZ 19.6 17.29 51.6 -
YUV 114.45 171.2 113.41 -
System Red Green Blue C M Y K H S L
Decimal 94 110 191 0.51 0.42 0 0.25 230.1 0.43 0.56
Hex 5E 6E BF 33 2A 0 19 E6 2B 38
Octal 136 156 277 63 52 0 31 346 53 70
Binary 1011110 1101110 10111111 110011 101010 0 11001 11100110 101011 111000

Color Harmonies of #5E6EBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6EBF

Black with #5E6EBF

Text Example


Text Example

White with #5E6EBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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