Html Css Color HEX #5E6ABA Chetwode Blue

📋 copy color: '#5E6ABA'

red 94 ◦ green 106 ◦ blue 186

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

Shades of Chetwode Blue #5E6ABA

Tints of Chetwode Blue #5E6ABA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 48.19%

R = 24.35%
G = 27.46%
B = 48.19%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5E6ABA (or 0x5E6ABA) is known color: Chetwode Blue. HEX triplet: 5E, 6A and BA. RGB value is (94,106,186). Sum of RGB (Red+Green+Blue) = 94+106+186=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 106 (41.80% from 255 or 27.46% from 386); Blue value is 186 (73.05% from 255 or 48.19% from 386); Max value from RGB is 186 - color contains mainly: blue. Hex color #5E6ABA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E6ABA is #A19545. Grayscale: #6F6F6F. Windows color (decimal): -10589510 or 12216926. OLE color: 12216926.

HSL color Cylindrical-coordinate representation of color #5E6ABA: hue angle of 232.17º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5E6ABA is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 94 106 186 -
CMYK 0.49 0.43 0 0.27
HSL 232.17º 0.4% 0.55% -
HSV(B) 232.17º 0.49% 0.73% -
XYZ 18.63 16.23 48.61 -
YUV 111.53 170.02 115.5 -
System Red Green Blue C M Y K H S L
Decimal 94 106 186 0.49 0.43 0 0.27 232.17 0.4 0.55
Hex 5E 6A BA 31 2B 0 1B E8 28 37
Octal 136 152 272 61 53 0 33 350 50 67
Binary 1011110 1101010 10111010 110001 101011 0 11011 11101000 101000 110111

Color Harmonies of #5E6ABA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E6ABA

Black with #5E6ABA

Text Example


Text Example

White with #5E6ABA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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