Html Css Color HEX #5E58A4 Rich Blue

📋 copy color: '#5E58A4'

red 94 ◦ green 88 ◦ blue 164

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

Shades of Rich Blue #5E58A4

Tints of Rich Blue #5E58A4

RGB

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

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

 BLUE value IS 164 (64.45% from 255) = 47.4%

R = 27.17%
G = 25.43%
B = 47.4%

CMYK

 C value IS 0.43

 M value IS 0.46

 Y value IS 0

 K value IS 0.36

RGB Variations

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

Color information

#5E58A4 (or 0x5E58A4) is known color: Rich Blue. HEX triplet: 5E, 58 and A4. RGB value is (94,88,164). Sum of RGB (Red+Green+Blue) = 94+88+164=346 (45% of max value = 765). Red value is 94 (37.11% from 255 or 27.17% from 346); Green value is 88 (34.77% from 255 or 25.43% from 346); Blue value is 164 (64.45% from 255 or 47.40% from 346); Max value from RGB is 164 - color contains mainly: blue. Hex color #5E58A4 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5E58A4 is #A1A75B. Grayscale: #626262. Windows color (decimal): -10594140 or 10770526. OLE color: 10770526.

HSL color Cylindrical-coordinate representation of color #5E58A4: hue angle of 244.74º degrees, saturation: 0.3, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #5E58A4 is Cyan = 0.43, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB 94 88 164 -
CMYK 0.43 0.46 0 0.36
HSL 244.74º 0.3% 0.49% -
HSV(B) 244.74º 0.46% 0.64% -
XYZ 14.81 12.04 36.67 -
YUV 98.46 164.99 124.82 -
System Red Green Blue C M Y K H S L
Decimal 94 88 164 0.43 0.46 0 0.36 244.74 0.3 0.49
Hex 5E 58 A4 2B 2E 0 24 F5 1E 31
Octal 136 130 244 53 56 0 44 365 36 61
Binary 1011110 1011000 10100100 101011 101110 0 100100 11110101 11110 110001

Color Harmonies of #5E58A4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E58A4

Black with #5E58A4

Text Example


Text Example

White with #5E58A4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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