Html Css Color HEX #5E6ABE Chetwode Blue

📋 copy color: '#5E6ABE'

red 94 ◦ green 106 ◦ blue 190

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

Shades of Chetwode Blue #5E6ABE

Tints of Chetwode Blue #5E6ABE

RGB

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

 GREEN value IS 106 (41.8% from 255) = 27.18%

 BLUE value IS 190 (74.61% from 255) = 48.72%

R = 24.1%
G = 27.18%
B = 48.72%

CMYK

 C value IS 0.51

 M value IS 0.44

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5E6ABE (or 0x5E6ABE) is known color: Chetwode Blue. HEX triplet: 5E, 6A and BE. RGB value is (94,106,190). Sum of RGB (Red+Green+Blue) = 94+106+190=390 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.10% from 390); Green value is 106 (41.80% from 255 or 27.18% from 390); Blue value is 190 (74.61% from 255 or 48.72% from 390); Max value from RGB is 190 - color contains mainly: blue. Hex color #5E6ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6ABE is #A19541. Grayscale: #6F6F6F. Windows color (decimal): -10589506 or 12479070. OLE color: 12479070.

HSL color Cylindrical-coordinate representation of color #5E6ABE: hue angle of 232.5º degrees, saturation: 0.42, 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 #5E6ABE is Cyan = 0.51, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 94 106 190 -
CMYK 0.51 0.44 0 0.25
HSL 232.5º 0.42% 0.56% -
HSV(B) 232.5º 0.51% 0.75% -
XYZ 19.06 16.41 50.88 -
YUV 111.99 172.02 115.17 -
System Red Green Blue C M Y K H S L
Decimal 94 106 190 0.51 0.44 0 0.25 232.5 0.42 0.56
Hex 5E 6A BE 33 2C 0 19 E8 2A 38
Octal 136 152 276 63 54 0 31 350 52 70
Binary 1011110 1101010 10111110 110011 101100 0 11001 11101000 101010 111000

Color Harmonies of #5E6ABE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6ABE

Black with #5E6ABE

Text Example


Text Example

White with #5E6ABE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,106,190); }

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

background-color css

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

 a { background-color: rgb(94,106,190); }

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

border-color css

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

 span { border-color: rgb(94,106,190); }

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