#58419E

Color #58419E Daisy Bush (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Daisy Bush #58419E

Tints of Daisy Bush #58419E

Color information

#58419E (or 0x58419E) is unknown color: approx Daisy Bush. HEX triplet: 58, 41 and 9E. RGB value is (88,65,158). Sum of RGB (Red+Green+Blue) = 88+65+158=311 (41% of max value = 765). Red value is 88 (34.77% from 255 or 28.30% from 311); Green value is 65 (25.78% from 255 or 20.90% from 311); Blue value is 158 (62.11% from 255 or 50.80% from 311); Max value from RGB is 158 - color contains mainly: blue. Hex color #58419E is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58419E is #A7BE61. Grayscale: #525252. Windows color (decimal): -10993250 or 10371416. OLE color: 10371416.

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

Color convert

RGB8865158-
CMYK0.440.5900.38
HSL254.84º41.7%43.73%-
HSV(B)254.84º58.86%61.96%-
XYZ12.098.3233.32-
YUV82.48170.62131.94-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.30%
GREEN value IS 65 (25.78% from 255) = 20.90%
BLUE value IS 158 (62.11% from 255) = 50.80%
R=28.30%
G=20.90%
B=50.80%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal88651580.440.5900.38254.8441.743.73
Hex58419E2C3B026ff2a2c
Octal13010123654730463775254
Binary1011000100000110011110101100111011010011011111111101010101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58419E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #58419E;
 }
 .AnyTagClassName
 {
   color: #58419E;
 }
</style>
background-color css

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

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

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

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

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

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