Html Css Color HEX #5846AD Rich Blue

📋 copy color: '#5846AD'

red 88 ◦ green 70 ◦ blue 173

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

Shades of Rich Blue #5846AD

Tints of Rich Blue #5846AD

RGB

 RED value IS 88 (34.77% from 255) = 26.59%

 GREEN value IS 70 (27.73% from 255) = 21.15%

 BLUE value IS 173 (67.97% from 255) = 52.27%

R = 26.59%
G = 21.15%
B = 52.27%

CMYK

 C value IS 0.49

 M value IS 0.60

 Y value IS 0

 K value IS 0.32

RGB Variations

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

Color information

#5846AD (or 0x5846AD) is known color: Rich Blue. HEX triplet: 58, 46 and AD. RGB value is (88,70,173). Sum of RGB (Red+Green+Blue) = 88+70+173=331 (43% of max value = 765). Red value is 88 (34.77% from 255 or 26.59% from 331); Green value is 70 (27.73% from 255 or 21.15% from 331); Blue value is 173 (67.97% from 255 or 52.27% from 331); Max value from RGB is 173 - color contains mainly: blue. Hex color #5846AD is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5846AD is #A7B952. Grayscale: #565656. Windows color (decimal): -10991955 or 11355736. OLE color: 11355736.

HSL color Cylindrical-coordinate representation of color #5846AD: hue angle of 250.49º degrees, saturation: 0.42, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5846AD is Cyan = 0.49, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.32.

Color convert

RGB 88 70 173 -
CMYK 0.49 0.60 0 0.32
HSL 250.49º 0.42% 0.48% -
HSV(B) 250.49º 0.6% 0.68% -
XYZ 13.76 9.47 40.64 -
YUV 87.12 176.46 128.62 -
System Red Green Blue C M Y K H S L
Decimal 88 70 173 0.49 0.60 0 0.32 250.49 0.42 0.48
Hex 58 46 AD 31 3C 0 20 FA 2A 30
Octal 130 106 255 61 74 0 40 372 52 60
Binary 1011000 1000110 10101101 110001 111100 0 100000 11111010 101010 110000

Color Harmonies of #5846AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5846AD

Black with #5846AD

Text Example


Text Example

White with #5846AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5846AD; }

 p { color: rgb(88,70,173); }

 H1.HeaderClassName
 {
   color: #5846AD;
 }
 .AnyTagClassName
 {
   color: #5846AD;
 }
</style>

background-color css

<style>
 a { background-color: #5846AD; }

 a { background-color: rgb(88,70,173); }

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

border-color css

<style>
 span { border-color: #5846AD; }

 span { border-color: rgb(88,70,173); }

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