Html Css Color HEX #58419D Daisy Bush

📋 copy color: '#58419D'

red 88 ◦ green 65 ◦ blue 157

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

Shades of Daisy Bush #58419D

Tints of Daisy Bush #58419D

RGB

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

 GREEN value IS 65 (25.78% from 255) = 20.97%

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

R = 28.39%
G = 20.97%
B = 50.65%

CMYK

 C value IS 0.44

 M value IS 0.59

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#58419D (or 0x58419D) is known color: Daisy Bush. HEX triplet: 58, 41 and 9D. RGB value is (88,65,157). Sum of RGB (Red+Green+Blue) = 88+65+157=310 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.39% from 310); Green value is 65 (25.78% from 255 or 20.97% from 310); Blue value is 157 (61.72% from 255 or 50.65% from 310); Max value from RGB is 157 - color contains mainly: blue. Hex color #58419D is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58419D is #A7BE62. Grayscale: #525252. Windows color (decimal): -10993251 or 10305880. OLE color: 10305880.

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

Color convert

RGB 88 65 157 -
CMYK 0.44 0.59 0 0.38
HSL 255º 0.41% 0.44% -
HSV(B) 255º 0.59% 0.62% -
XYZ 12 8.29 32.87 -
YUV 82.37 170.12 132.02 -
System Red Green Blue C M Y K H S L
Decimal 88 65 157 0.44 0.59 0 0.38 255 0.41 0.44
Hex 58 41 9D 2C 3B 0 26 FF 29 2C
Octal 130 101 235 54 73 0 46 377 51 54
Binary 1011000 1000001 10011101 101100 111011 0 100110 11111111 101001 101100

Color Harmonies of #58419D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #58419D

Black with #58419D

Text Example


Text Example

White with #58419D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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