#58368B

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

Shades of Daisy Bush #58368B

Tints of Daisy Bush #58368B

Color information

#58368B (or 0x58368B) is unknown color: approx Daisy Bush. HEX triplet: 58, 36 and 8B. RGB value is (88,54,139). Sum of RGB (Red+Green+Blue) = 88+54+139=281 (37% of max value = 765). Red value is 88 (34.77% from 255 or 31.32% from 281); Green value is 54 (21.48% from 255 or 19.22% from 281); Blue value is 139 (54.69% from 255 or 49.47% from 281); Max value from RGB is 139 - color contains mainly: blue. Hex color #58368B is not a web safe color. Web safe color analog (approx): #663399. Inversed color of #58368B is #A7C974. Grayscale: #494949. Windows color (decimal): -10996085 or 9123416. OLE color: 9123416.

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

Color convert

RGB8854139-
CMYK0.370.6100.45
HSL264º44.04%37.84%-
HSV(B)264º61.15%54.51%-
XYZ106.5825.17-
YUV73.86164.76138.09-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 31.32%
GREEN value IS 54 (21.48% from 255) = 19.22%
BLUE value IS 139 (54.69% from 255) = 49.47%
R=31.32%
G=19.22%
B=49.47%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal88541390.370.6100.4526444.0437.84
Hex58368B253D02D1082c26
Octal1306621345750554105446
Binary1011000110110100010111001011111010101101100001000101100100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58368B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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