Html Css Color HEX #5E56AC Rich Blue

📋 copy color: '#5E56AC'

red 94 ◦ green 86 ◦ blue 172

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

Shades of Rich Blue #5E56AC

Tints of Rich Blue #5E56AC

RGB

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

 GREEN value IS 86 (33.98% from 255) = 24.43%

 BLUE value IS 172 (67.58% from 255) = 48.86%

R = 26.7%
G = 24.43%
B = 48.86%

CMYK

 C value IS 0.45

 M value IS 0.5

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E56AC (or 0x5E56AC) is known color: Rich Blue. HEX triplet: 5E, 56 and AC. RGB value is (94,86,172). Sum of RGB (Red+Green+Blue) = 94+86+172=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 86 (33.98% from 255 or 24.43% from 352); Blue value is 172 (67.58% from 255 or 48.86% from 352); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E56AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E56AC is #A1A953. Grayscale: #616161. Windows color (decimal): -10594644 or 11294302. OLE color: 11294302.

HSL color Cylindrical-coordinate representation of color #5E56AC: hue angle of 245.58º degrees, saturation: 0.34, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E56AC is Cyan = 0.45, Magento = 0.5, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 94 86 172 -
CMYK 0.45 0.5 0 0.33
HSL 245.58º 0.34% 0.51% -
HSV(B) 245.58º 0.5% 0.67% -
XYZ 15.39 12.01 40.54 -
YUV 98.2 169.65 125.01 -
System Red Green Blue C M Y K H S L
Decimal 94 86 172 0.45 0.5 0 0.33 245.58 0.34 0.51
Hex 5E 56 AC 2D 32 0 21 F6 22 33
Octal 136 126 254 55 62 0 41 366 42 63
Binary 1011110 1010110 10101100 101101 110010 0 100001 11110110 100010 110011

Color Harmonies of #5E56AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E56AC

Black with #5E56AC

Text Example


Text Example

White with #5E56AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,86,172); }

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

background-color css

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

 a { background-color: rgb(94,86,172); }

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

border-color css

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

 span { border-color: rgb(94,86,172); }

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