#58276F

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

Shades of Honey Flower #58276F

Tints of Honey Flower #58276F

Color information

#58276F (or 0x58276F) is unknown color: approx Honey Flower. HEX triplet: 58, 27 and 6F. RGB value is (88,39,111). Sum of RGB (Red+Green+Blue) = 88+39+111=238 (31% of max value = 765). Red value is 88 (34.77% from 255 or 36.97% from 238); Green value is 39 (15.62% from 255 or 16.39% from 238); Blue value is 111 (43.75% from 255 or 46.64% from 238); Max value from RGB is 111 - color contains mainly: blue. Hex color #58276F is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #58276F is #A7D890. Grayscale: #3D3D3D. Windows color (decimal): -10999953 or 7284568. OLE color: 7284568.

HSL color Cylindrical-coordinate representation of color #58276F: hue angle of 280.83º degrees, saturation: 0.48, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #58276F is Cyan = 0.21, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8839111-
CMYK0.210.6500.56
HSL280.83º48%29.41%-
HSV(B)280.83º64.86%43.53%-
XYZ7.624.6715.54-
YUV61.86155.73146.65-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 36.97%
GREEN value IS 39 (15.62% from 255) = 16.39%
BLUE value IS 111 (43.75% from 255) = 46.64%
R=36.97%
G=16.39%
B=46.64%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.65
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88391110.210.6500.56280.834829.41
Hex58276F1541038119301d
Octal13047157251010704316035
Binary10110001001111101111101011000001011100010001100111000011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #58276F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #58276F; }

 p { color: rgb(88,39,111); }

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

<style>
 a { background-color: #58276F; }

 a { background-color: rgb(88,39,111); }

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

<style>
 span { border-color: #58276F; }

 span { border-color: rgb(88,39,111); }

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