Html Css Color HEX #5E58AA Rich Blue

📋 copy color: '#5E58AA'

red 94 ◦ green 88 ◦ blue 170

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

Shades of Rich Blue #5E58AA

Tints of Rich Blue #5E58AA

RGB

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

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

 BLUE value IS 170 (66.8% from 255) = 48.3%

R = 26.7%
G = 25%
B = 48.3%

CMYK

 C value IS 0.45

 M value IS 0.48

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5E58AA (or 0x5E58AA) is known color: Rich Blue. HEX triplet: 5E, 58 and AA. RGB value is (94,88,170). Sum of RGB (Red+Green+Blue) = 94+88+170=352 (46% of max value = 765). Red value is 94 (37.11% from 255 or 26.70% from 352); Green value is 88 (34.77% from 255 or 25% from 352); Blue value is 170 (66.80% from 255 or 48.30% from 352); Max value from RGB is 170 - color contains mainly: blue. Hex color #5E58AA is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E58AA is #A1A755. Grayscale: #626262. Windows color (decimal): -10594134 or 11163742. OLE color: 11163742.

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

Color convert

RGB 94 88 170 -
CMYK 0.45 0.48 0 0.33
HSL 244.39º 0.33% 0.51% -
HSV(B) 244.39º 0.48% 0.67% -
XYZ 15.36 12.26 39.59 -
YUV 99.14 167.99 124.33 -
System Red Green Blue C M Y K H S L
Decimal 94 88 170 0.45 0.48 0 0.33 244.39 0.33 0.51
Hex 5E 58 AA 2D 30 0 21 F4 21 33
Octal 136 130 252 55 60 0 41 364 41 63
Binary 1011110 1011000 10101010 101101 110000 0 100001 11110100 100001 110011

Color Harmonies of #5E58AA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58AA

Black with #5E58AA

Text Example


Text Example

White with #5E58AA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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