Html Css Color HEX #5D58AC Rich Blue

📋 copy color: '#5D58AC'

red 93 ◦ green 88 ◦ blue 172

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

Shades of Rich Blue #5D58AC

Tints of Rich Blue #5D58AC

RGB

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

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

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

R = 26.35%
G = 24.93%
B = 48.73%

CMYK

 C value IS 0.46

 M value IS 0.49

 Y value IS 0

 K value IS 0.33

RGB Variations

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

Color information

#5D58AC (or 0x5D58AC) is known color: Rich Blue. HEX triplet: 5D, 58 and AC. RGB value is (93,88,172). Sum of RGB (Red+Green+Blue) = 93+88+172=353 (46% of max value = 765). Red value is 93 (36.72% from 255 or 26.35% from 353); Green value is 88 (34.77% from 255 or 24.93% from 353); Blue value is 172 (67.58% from 255 or 48.73% from 353); Max value from RGB is 172 - color contains mainly: blue. Hex color #5D58AC is not a web safe color. Web safe color analog (approx): #666699. Inversed color of #5D58AC is #A2A753. Grayscale: #626262. Windows color (decimal): -10659668 or 11294813. OLE color: 11294813.

HSL color Cylindrical-coordinate representation of color #5D58AC: hue angle of 243.57º 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 #5D58AC is Cyan = 0.46, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.33.

Color convert

RGB 93 88 172 -
CMYK 0.46 0.49 0 0.33
HSL 243.57º 0.34% 0.51% -
HSV(B) 243.57º 0.49% 0.67% -
XYZ 15.45 12.29 40.59 -
YUV 99.07 169.16 123.67 -
System Red Green Blue C M Y K H S L
Decimal 93 88 172 0.46 0.49 0 0.33 243.57 0.34 0.51
Hex 5D 58 AC 2E 31 0 21 F4 22 33
Octal 135 130 254 56 61 0 41 364 42 63
Binary 1011101 1011000 10101100 101110 110001 0 100001 11110100 100010 110011

Color Harmonies of #5D58AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5D58AC

Black with #5D58AC

Text Example


Text Example

White with #5D58AC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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