Html Css Color HEX #58429F Daisy Bush

📋 copy color: '#58429F'

red 88 ◦ green 66 ◦ blue 159

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

Shades of Daisy Bush #58429F

Tints of Daisy Bush #58429F

RGB

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

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

 BLUE value IS 159 (62.5% from 255) = 50.8%

R = 28.12%
G = 21.09%
B = 50.8%

CMYK

 C value IS 0.45

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58429F (or 0x58429F) is known color: Daisy Bush. HEX triplet: 58, 42 and 9F. RGB value is (88,66,159). Sum of RGB (Red+Green+Blue) = 88+66+159=313 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.12% from 313); Green value is 66 (26.17% from 255 or 21.09% from 313); Blue value is 159 (62.5% from 255 or 50.80% from 313); Max value from RGB is 159 - color contains mainly: blue. Hex color #58429F is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58429F is #A7BD60. Grayscale: #525252. Windows color (decimal): -10992993 or 10437208. OLE color: 10437208.

HSL color Cylindrical-coordinate representation of color #58429F: hue angle of 254.19º degrees, saturation: 0.41, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58429F is Cyan = 0.45, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 66 159 -
CMYK 0.45 0.58 0 0.38
HSL 254.19º 0.41% 0.44% -
HSV(B) 254.19º 0.58% 0.62% -
XYZ 12.23 8.47 33.79 -
YUV 83.18 170.79 131.44 -
System Red Green Blue C M Y K H S L
Decimal 88 66 159 0.45 0.58 0 0.38 254.19 0.41 0.44
Hex 58 42 9F 2D 3A 0 26 FE 29 2C
Octal 130 102 237 55 72 0 46 376 51 54
Binary 1011000 1000010 10011111 101101 111010 0 100110 11111110 101001 101100

Color Harmonies of #58429F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58429F

Black with #58429F

Text Example


Text Example

White with #58429F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #58429F; }

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

 H1.HeaderClassName
 {
   color: #58429F;
 }
 .AnyTagClassName
 {
   color: #58429F;
 }
</style>

background-color css

<style>
 a { background-color: #58429F; }

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

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

border-color css

<style>
 span { border-color: #58429F; }

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

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