Html Css Color HEX #5E58AC Rich Blue

📋 copy color: '#5E58AC'

red 94 ◦ green 88 ◦ blue 172

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

Shades of Rich Blue #5E58AC

Tints of Rich Blue #5E58AC

RGB

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

 GREEN value IS 88 (34.77% from 255) = 24.86%

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

R = 26.55%
G = 24.86%
B = 48.59%

CMYK

 C value IS 0.45

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E58AC (or 0x5E58AC) is known color: Rich Blue. HEX triplet: 5E, 58 and AC. RGB value is (94,88,172). Sum of RGB (Red+Green+Blue) = 94+88+172=354 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.55% from 354); Green value is 88 (34.77% from 255 or 24.86% from 354); Blue value is 172 (67.58% from 255 or 48.59% from 354); Max value from RGB is 172 - color contains mainly: blue. Hex color #5E58AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E58AC is #A1A753. Grayscale: #636363. Windows color (decimal): -10594132 or 11294814. OLE color: 11294814.

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

Color convert

RGB 94 88 172 -
CMYK 0.45 0.49 0 0.33
HSL 244.29º 0.34% 0.51% -
HSV(B) 244.29º 0.49% 0.67% -
XYZ 15.55 12.34 40.59 -
YUV 99.37 168.99 124.17 -
System Red Green Blue C M Y K H S L
Decimal 94 88 172 0.45 0.49 0 0.33 244.29 0.34 0.51
Hex 5E 58 AC 2D 31 0 21 F4 22 33
Octal 136 130 254 55 61 0 41 364 42 63
Binary 1011110 1011000 10101100 101101 110001 0 100001 11110100 100010 110011

Color Harmonies of #5E58AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58AC

Black with #5E58AC

Text Example


Text Example

White with #5E58AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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