Html Css Color HEX #58429E Daisy Bush

📋 copy color: '#58429E'

red 88 ◦ green 66 ◦ blue 158

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

Shades of Daisy Bush #58429E

Tints of Daisy Bush #58429E

RGB

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

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

 BLUE value IS 158 (62.11% from 255) = 50.64%

R = 28.21%
G = 21.15%
B = 50.64%

CMYK

 C value IS 0.44

 M value IS 0.58

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58429E (or 0x58429E) is known color: Daisy Bush. HEX triplet: 58, 42 and 9E. RGB value is (88,66,158). Sum of RGB (Red+Green+Blue) = 88+66+158=312 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.21% from 312); Green value is 66 (26.17% from 255 or 21.15% from 312); Blue value is 158 (62.11% from 255 or 50.64% from 312); Max value from RGB is 158 - color contains mainly: blue. Hex color #58429E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58429E is #A7BD61. Grayscale: #525252. Windows color (decimal): -10992994 or 10371672. OLE color: 10371672.

HSL color Cylindrical-coordinate representation of color #58429E: hue angle of 254.35º 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 #58429E is Cyan = 0.44, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 88 66 158 -
CMYK 0.44 0.58 0 0.38
HSL 254.35º 0.41% 0.44% -
HSV(B) 254.35º 0.58% 0.62% -
XYZ 12.14 8.44 33.34 -
YUV 83.07 170.29 131.52 -
System Red Green Blue C M Y K H S L
Decimal 88 66 158 0.44 0.58 0 0.38 254.35 0.41 0.44
Hex 58 42 9E 2C 3A 0 26 FE 29 2C
Octal 130 102 236 54 72 0 46 376 51 54
Binary 1011000 1000010 10011110 101100 111010 0 100110 11111110 101001 101100

Color Harmonies of #58429E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58429E

Black with #58429E

Text Example


Text Example

White with #58429E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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