Html Css Color HEX #58418D Daisy Bush

📋 copy color: '#58418D'

red 88 ◦ green 65 ◦ blue 141

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

Shades of Daisy Bush #58418D

Tints of Daisy Bush #58418D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 22.11%

 BLUE value IS 141 (55.47% from 255) = 47.96%

R = 29.93%
G = 22.11%
B = 47.96%

CMYK

 C value IS 0.38

 M value IS 0.54

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58418D (or 0x58418D) is known color: Daisy Bush. HEX triplet: 58, 41 and 8D. RGB value is (88,65,141). Sum of RGB (Red+Green+Blue) = 88+65+141=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 65 (25.78% from 255 or 22.11% from 294); Blue value is 141 (55.47% from 255 or 47.96% from 294); Max value from RGB is 141 - color contains mainly: blue. Hex color #58418D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58418D is #A7BE72. Grayscale: #505050. Windows color (decimal): -10993267 or 9257304. OLE color: 9257304.

HSL color Cylindrical-coordinate representation of color #58418D: hue angle of 258.16º degrees, saturation: 0.37, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #58418D is Cyan = 0.38, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB 88 65 141 -
CMYK 0.38 0.54 0 0.45
HSL 258.16º 0.37% 0.4% -
HSV(B) 258.16º 0.54% 0.55% -
XYZ 10.72 7.78 26.14 -
YUV 80.54 162.12 133.32 -
System Red Green Blue C M Y K H S L
Decimal 88 65 141 0.38 0.54 0 0.45 258.16 0.37 0.4
Hex 58 41 8D 26 36 0 2D 102 25 28
Octal 130 101 215 46 66 0 55 402 45 50
Binary 1011000 1000001 10001101 100110 110110 0 101101 100000010 100101 101000

Color Harmonies of #58418D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58418D

Black with #58418D

Text Example


Text Example

White with #58418D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58418D; }

 p { color: rgb(88,65,141); }

 H1.HeaderClassName
 {
   color: #58418D;
 }
 .AnyTagClassName
 {
   color: #58418D;
 }
</style>

background-color css

<style>
 a { background-color: #58418D; }

 a { background-color: rgb(88,65,141); }

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

border-color css

<style>
 span { border-color: #58418D; }

 span { border-color: rgb(88,65,141); }

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