Html Css Color HEX #5847A5 Rich Blue

📋 copy color: '#5847A5'

red 88 ◦ green 71 ◦ blue 165

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

Shades of Rich Blue #5847A5

Tints of Rich Blue #5847A5

RGB

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

 GREEN value IS 71 (28.13% from 255) = 21.91%

 BLUE value IS 165 (64.84% from 255) = 50.93%

R = 27.16%
G = 21.91%
B = 50.93%

CMYK

 C value IS 0.47

 M value IS 0.57

 Y value IS 0

 K value IS 0.35

RGB Variations

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

Color information

#5847A5 (or 0x5847A5) is known color: Rich Blue. HEX triplet: 58, 47 and A5. RGB value is (88,71,165). Sum of RGB (Red+Green+Blue) = 88+71+165=324 (42% of max value = 765). Red value is 88 (34.77% from 255 or 27.16% from 324); Green value is 71 (28.12% from 255 or 21.91% from 324); Blue value is 165 (64.84% from 255 or 50.93% from 324); Max value from RGB is 165 - color contains mainly: blue. Hex color #5847A5 is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #5847A5 is #A7B85A. Grayscale: #565656. Windows color (decimal): -10991707 or 10831704. OLE color: 10831704.

HSL color Cylindrical-coordinate representation of color #5847A5: hue angle of 250.85º degrees, saturation: 0.4, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5847A5 is Cyan = 0.47, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.35.

Color convert

RGB 88 71 165 -
CMYK 0.47 0.57 0 0.35
HSL 250.85º 0.4% 0.46% -
HSV(B) 250.85º 0.57% 0.65% -
XYZ 13.07 9.3 36.7 -
YUV 86.8 172.13 128.86 -
System Red Green Blue C M Y K H S L
Decimal 88 71 165 0.47 0.57 0 0.35 250.85 0.4 0.46
Hex 58 47 A5 2F 39 0 23 FB 28 2E
Octal 130 107 245 57 71 0 43 373 50 56
Binary 1011000 1000111 10100101 101111 111001 0 100011 11111011 101000 101110

Color Harmonies of #5847A5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5847A5

Black with #5847A5

Text Example


Text Example

White with #5847A5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5847A5; }

 p { color: rgb(88,71,165); }

 H1.HeaderClassName
 {
   color: #5847A5;
 }
 .AnyTagClassName
 {
   color: #5847A5;
 }
</style>

background-color css

<style>
 a { background-color: #5847A5; }

 a { background-color: rgb(88,71,165); }

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

border-color css

<style>
 span { border-color: #5847A5; }

 span { border-color: rgb(88,71,165); }

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