Html Css Color HEX #58429D Daisy Bush

📋 copy color: '#58429D'

red 88 ◦ green 66 ◦ blue 157

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

Shades of Daisy Bush #58429D

Tints of Daisy Bush #58429D

RGB

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

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

 BLUE value IS 157 (61.72% from 255) = 50.48%

R = 28.3%
G = 21.22%
B = 50.48%

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

#58429D (or 0x58429D) is known color: Daisy Bush. HEX triplet: 58, 42 and 9D. RGB value is (88,66,157). Sum of RGB (Red+Green+Blue) = 88+66+157=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 66 (26.17% from 255 or 21.22% from 311); Blue value is 157 (61.72% from 255 or 50.48% from 311); Max value from RGB is 157 - color contains mainly: blue. Hex color #58429D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58429D is #A7BD62. Grayscale: #525252. Windows color (decimal): -10992995 or 10306136. OLE color: 10306136.

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

Color convert

RGB 88 66 157 -
CMYK 0.44 0.58 0 0.38
HSL 254.51º 0.41% 0.44% -
HSV(B) 254.51º 0.58% 0.62% -
XYZ 12.06 8.41 32.89 -
YUV 82.95 169.79 131.6 -
System Red Green Blue C M Y K H S L
Decimal 88 66 157 0.44 0.58 0 0.38 254.51 0.41 0.44
Hex 58 42 9D 2C 3A 0 26 FF 29 2C
Octal 130 102 235 54 72 0 46 377 51 54
Binary 1011000 1000010 10011101 101100 111010 0 100110 11111111 101001 101100

Color Harmonies of #58429D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58429D

Black with #58429D

Text Example


Text Example

White with #58429D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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