Html Css Color HEX #58418A Daisy Bush

📋 copy color: '#58418A'

red 88 ◦ green 65 ◦ blue 138

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

Shades of Daisy Bush #58418A

Tints of Daisy Bush #58418A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 47.42%

R = 30.24%
G = 22.34%
B = 47.42%

CMYK

 C value IS 0.36

 M value IS 0.53

 Y value IS 0

 K value IS 0.46

RGB Variations

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

Color information

#58418A (or 0x58418A) is known color: Daisy Bush. HEX triplet: 58, 41 and 8A. RGB value is (88,65,138). Sum of RGB (Red+Green+Blue) = 88+65+138=291 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.24% from 291); Green value is 65 (25.78% from 255 or 22.34% from 291); Blue value is 138 (54.30% from 255 or 47.42% from 291); Max value from RGB is 138 - color contains mainly: blue. Hex color #58418A is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58418A is #A7BE75. Grayscale: #4F4F4F. Windows color (decimal): -10993270 or 9060696. OLE color: 9060696.

HSL color Cylindrical-coordinate representation of color #58418A: hue angle of 258.9º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58418A is Cyan = 0.36, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.46.

Color convert

RGB 88 65 138 -
CMYK 0.36 0.53 0 0.46
HSL 258.9º 0.36% 0.4% -
HSV(B) 258.9º 0.53% 0.54% -
XYZ 10.5 7.69 24.98 -
YUV 80.2 160.62 133.56 -
System Red Green Blue C M Y K H S L
Decimal 88 65 138 0.36 0.53 0 0.46 258.9 0.36 0.4
Hex 58 41 8A 24 35 0 2E 103 24 28
Octal 130 101 212 44 65 0 56 403 44 50
Binary 1011000 1000001 10001010 100100 110101 0 101110 100000011 100100 101000

Color Harmonies of #58418A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58418A

Black with #58418A

Text Example


Text Example

White with #58418A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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