#58418B

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

Shades of Daisy Bush #58418B

Tints of Daisy Bush #58418B

Color information

#58418B (or 0x58418B) is unknown color: approx Daisy Bush. HEX triplet: 58, 41 and 8B. RGB value is (88,65,139). Sum of RGB (Red+Green+Blue) = 88+65+139=292 (38% of max value = 765). Red value is 88 (34.77% from 255 or 30.14% from 292); Green value is 65 (25.78% from 255 or 22.26% from 292); Blue value is 139 (54.69% from 255 or 47.60% from 292); Max value from RGB is 139 - color contains mainly: blue. Hex color #58418B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58418B is #A7BE74. Grayscale: #505050. Windows color (decimal): -10993269 or 9126232. OLE color: 9126232.

HSL color Cylindrical-coordinate representation of color #58418B: hue angle of 258.65º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #58418B is Cyan = 0.37, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB8865139-
CMYK0.370.5300.45
HSL258.65º36.27%40%-
HSV(B)258.65º53.24%54.51%-
XYZ10.587.7225.36-
YUV80.31161.12133.48-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 30.14%
GREEN value IS 65 (25.78% from 255) = 22.26%
BLUE value IS 139 (54.69% from 255) = 47.60%
R=30.14%
G=22.26%
B=47.60%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88651390.370.5300.45258.6536.2740
Hex58418B253502D1032428
Octal13010121345650554034450
Binary10110001000001100010111001011101010101101100000011100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58418B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58418B; }

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

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

<style>
 a { background-color: #58418B; }

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

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

<style>
 span { border-color: #58418B; }

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

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