#58256B

Color #58256B Honey Flower (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Honey Flower #58256B

Tints of Honey Flower #58256B

Color information

#58256B (or 0x58256B) is unknown color: approx Honey Flower. HEX triplet: 58, 25 and 6B. RGB value is (88,37,107). Sum of RGB (Red+Green+Blue) = 88+37+107=232 (30% of max value = 765). Red value is 88 (34.77% from 255 or 37.93% from 232); Green value is 37 (14.84% from 255 or 15.95% from 232); Blue value is 107 (42.19% from 255 or 46.12% from 232); Max value from RGB is 107 - color contains mainly: blue. Hex color #58256B is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58256B is #A7DA94. Grayscale: #3C3C3C. Windows color (decimal): -11000469 or 7021912. OLE color: 7021912.

HSL color Cylindrical-coordinate representation of color #58256B: hue angle of 283.71º degrees, saturation: 0.49, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58256B is Cyan = 0.18, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8837107-
CMYK0.180.6500.58
HSL283.71º48.61%28.24%-
HSV(B)283.71º65.42%41.96%-
XYZ7.344.4614.38-
YUV60.23154.4147.81-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.93%
GREEN value IS 37 (14.84% from 255) = 15.95%
BLUE value IS 107 (42.19% from 255) = 46.12%
R=37.93%
G=15.95%
B=46.12%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal88371070.180.6500.58283.7148.6128.24
Hex58256B124103A11c311c
Octal13045153221010724346134
Binary10110001001011101011100101000001011101010001110011000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58256B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(88,37,107); }

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

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

 a { background-color: rgb(88,37,107); }

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

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

 span { border-color: rgb(88,37,107); }

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