Html Css Color HEX #58428D Daisy Bush

📋 copy color: '#58428D'

red 88 ◦ green 66 ◦ blue 141

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

Shades of Daisy Bush #58428D

Tints of Daisy Bush #58428D

RGB

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

 GREEN value IS 66 (26.17% from 255) = 22.37%

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

R = 29.83%
G = 22.37%
B = 47.8%

CMYK

 C value IS 0.38

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58428D (or 0x58428D) is known color: Daisy Bush. HEX triplet: 58, 42 and 8D. RGB value is (88,66,141). Sum of RGB (Red+Green+Blue) = 88+66+141=295 (39% of max value = 765). Red value is 88 (34.77% from 255 or 29.83% from 295); Green value is 66 (26.17% from 255 or 22.37% from 295); Blue value is 141 (55.47% from 255 or 47.80% from 295); Max value from RGB is 141 - color contains mainly: blue. Hex color #58428D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58428D is #A7BD72. Grayscale: #505050. Windows color (decimal): -10993011 or 9257560. OLE color: 9257560.

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

Color convert

RGB 88 66 141 -
CMYK 0.38 0.53 0 0.45
HSL 257.6º 0.36% 0.41% -
HSV(B) 257.6º 0.53% 0.55% -
XYZ 10.78 7.89 26.15 -
YUV 81.13 161.79 132.9 -
System Red Green Blue C M Y K H S L
Decimal 88 66 141 0.38 0.53 0 0.45 257.6 0.36 0.41
Hex 58 42 8D 26 35 0 2D 102 24 29
Octal 130 102 215 46 65 0 55 402 44 51
Binary 1011000 1000010 10001101 100110 110101 0 101101 100000010 100100 101001

Color Harmonies of #58428D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58428D

Black with #58428D

Text Example


Text Example

White with #58428D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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