Html Css Color HEX #5D58A1 Rich Blue

📋 copy color: '#5D58A1'

red 93 ◦ green 88 ◦ blue 161

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

Shades of Rich Blue #5D58A1

Tints of Rich Blue #5D58A1

RGB

 RED value IS 93 (36.72% from 255) = 27.19%

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

 BLUE value IS 161 (63.28% from 255) = 47.08%

R = 27.19%
G = 25.73%
B = 47.08%

CMYK

 C value IS 0.42

 M value IS 0.45

 Y value IS 0

 K value IS 0.37

RGB Variations

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

Color information

#5D58A1 (or 0x5D58A1) is known color: Rich Blue. HEX triplet: 5D, 58 and A1. RGB value is (93,88,161). Sum of RGB (Red+Green+Blue) = 93+88+161=342 (45% of max value = 765). Red value is 93 (36.72% from 255 or 27.19% from 342); Green value is 88 (34.77% from 255 or 25.73% from 342); Blue value is 161 (63.28% from 255 or 47.08% from 342); Max value from RGB is 161 - color contains mainly: blue. Hex color #5D58A1 is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D58A1 is #A2A75E. Grayscale: #616161. Windows color (decimal): -10659679 or 10573917. OLE color: 10573917.

HSL color Cylindrical-coordinate representation of color #5D58A1: hue angle of 244.11º degrees, saturation: 0.29, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #5D58A1 is Cyan = 0.42, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.37.

Color convert

RGB 93 88 161 -
CMYK 0.42 0.45 0 0.37
HSL 244.11º 0.29% 0.49% -
HSV(B) 244.11º 0.45% 0.63% -
XYZ 14.44 11.88 35.25 -
YUV 97.82 163.66 124.56 -
System Red Green Blue C M Y K H S L
Decimal 93 88 161 0.42 0.45 0 0.37 244.11 0.29 0.49
Hex 5D 58 A1 2A 2D 0 25 F4 1D 31
Octal 135 130 241 52 55 0 45 364 35 61
Binary 1011101 1011000 10100001 101010 101101 0 100101 11110100 11101 110001

Color Harmonies of #5D58A1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D58A1

Black with #5D58A1

Text Example


Text Example

White with #5D58A1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(93,88,161); }

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

background-color css

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

 a { background-color: rgb(93,88,161); }

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

border-color css

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

 span { border-color: rgb(93,88,161); }

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