Html Css Color HEX #58428C Daisy Bush

📋 copy color: '#58428C'

red 88 ◦ green 66 ◦ blue 140

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

Shades of Daisy Bush #58428C

Tints of Daisy Bush #58428C

RGB

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

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

 BLUE value IS 140 (55.08% from 255) = 47.62%

R = 29.93%
G = 22.45%
B = 47.62%

CMYK

 C value IS 0.37

 M value IS 0.53

 Y value IS 0

 K value IS 0.45

RGB Variations

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

Color information

#58428C (or 0x58428C) is known color: Daisy Bush. HEX triplet: 58, 42 and 8C. RGB value is (88,66,140). Sum of RGB (Red+Green+Blue) = 88+66+140=294 (38% of max value = 765). Red value is 88 (34.77% from 255 or 29.93% from 294); Green value is 66 (26.17% from 255 or 22.45% from 294); Blue value is 140 (55.08% from 255 or 47.62% from 294); Max value from RGB is 140 - color contains mainly: blue. Hex color #58428C is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58428C is #A7BD73. Grayscale: #505050. Windows color (decimal): -10993012 or 9192024. OLE color: 9192024.

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

Color convert

RGB 88 66 140 -
CMYK 0.37 0.53 0 0.45
HSL 257.84º 0.36% 0.4% -
HSV(B) 257.84º 0.53% 0.55% -
XYZ 10.71 7.86 25.76 -
YUV 81.01 161.29 132.98 -
System Red Green Blue C M Y K H S L
Decimal 88 66 140 0.37 0.53 0 0.45 257.84 0.36 0.4
Hex 58 42 8C 25 35 0 2D 102 24 28
Octal 130 102 214 45 65 0 55 402 44 50
Binary 1011000 1000010 10001100 100101 110101 0 101101 100000010 100100 101000

Color Harmonies of #58428C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58428C

Black with #58428C

Text Example


Text Example

White with #58428C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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