#58419B

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

Shades of Daisy Bush #58419B

Tints of Daisy Bush #58419B

Color information

#58419B (or 0x58419B) is unknown color: approx Daisy Bush. HEX triplet: 58, 41 and 9B. RGB value is (88,65,155). Sum of RGB (Red+Green+Blue) = 88+65+155=308 (40% of max value = 765). Red value is 88 (34.77% from 255 or 28.57% from 308); Green value is 65 (25.78% from 255 or 21.10% from 308); Blue value is 155 (60.94% from 255 or 50.32% from 308); Max value from RGB is 155 - color contains mainly: blue. Hex color #58419B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58419B is #A7BE64. Grayscale: #515151. Windows color (decimal): -10993253 or 10174808. OLE color: 10174808.

HSL color Cylindrical-coordinate representation of color #58419B: hue angle of 255.33º degrees, saturation: 0.41, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #58419B is Cyan = 0.43, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB8865155-
CMYK0.430.5800.39
HSL255.33º40.91%43.14%-
HSV(B)255.33º58.06%60.78%-
XYZ11.838.2231.97-
YUV82.14169.12132.18-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 28.57%
GREEN value IS 65 (25.78% from 255) = 21.10%
BLUE value IS 155 (60.94% from 255) = 50.32%
R=28.57%
G=21.10%
B=50.32%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal88651550.430.5800.39255.3340.9143.14
Hex58419B2B3A027ff292b
Octal13010123353720473775153
Binary1011000100000110011011101011111010010011111111111101001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58419B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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