#582f64

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

Shades of Honey Flower #582F64

Tints of Honey Flower #582F64

Color information

#582F64 (or 0x582F64) is unknown color: approx Honey Flower. HEX triplet: 58, 2F and 64. RGB value is (88,47,100). Sum of RGB (Red+Green+Blue) = 88+47+100=235 (31% of max value = 765). Red value is 88 (34.77% from 255 or 37.45% from 235); Green value is 47 (18.75% from 255 or 20% from 235); Blue value is 100 (39.45% from 255 or 42.55% from 235); Max value from RGB is 100 - color contains mainly: blue. Hex color #582F64 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #582F64 is #A7D09B. Grayscale: #414141. Windows color (decimal): -10997916 or 6565720. OLE color: 6565720.

HSL color Cylindrical-coordinate representation of color #582F64: hue angle of 286.42º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #582F64 is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.61.

Color convert

RGB8847100-
CMYK0.120.5300.61
HSL286.42º36.05%28.82%-
HSV(B)286.42º53%39.22%-
XYZ7.345.0312.64-
YUV65.3147.58144.19-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 37.45%
GREEN value IS 47 (18.75% from 255) = 20%
BLUE value IS 100 (39.45% from 255) = 42.55%
R=37.45%
G=20%
B=42.55%

CMYK

C (Cyan) values IS 0.12
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.61
SystemRedGreenBlueCMYKHSL
Decimal88471000.120.5300.61286.4236.0528.82
Hex582F64C3503D11e241d
Octal1305714414650754364435
Binary101100010111111001001100110101011110110001111010010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #582f64

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #582f64; }

 p { color: rgb(88,47,100); }

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

<style>
 a { background-color: #582f64; }

 a { background-color: rgb(88,47,100); }

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

<style>
 span { border-color: #582f64; }

 span { border-color: rgb(88,47,100); }

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