#583470

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

Shades of Honey Flower #583470

Tints of Honey Flower #583470

Color information

#583470 (or 0x583470) is unknown color: approx Honey Flower. HEX triplet: 58, 34 and 70. RGB value is (88,52,112). Sum of RGB (Red+Green+Blue) = 88+52+112=252 (33% of max value = 765). Red value is 88 (34.77% from 255 or 34.92% from 252); Green value is 52 (20.70% from 255 or 20.63% from 252); Blue value is 112 (44.14% from 255 or 44.44% from 252); Max value from RGB is 112 - color contains mainly: blue. Hex color #583470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583470 is #A7CB8F. Grayscale: #454545. Windows color (decimal): -10996624 or 7353432. OLE color: 7353432.

HSL color Cylindrical-coordinate representation of color #583470: hue angle of 276º degrees, saturation: 0.37, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #583470 is Cyan = 0.21, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB8852112-
CMYK0.210.5400.56
HSL276º36.59%32.16%-
HSV(B)276º53.57%43.92%-
XYZ8.185.716-
YUV69.6151.93141.12-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 34.92%
GREEN value IS 52 (20.70% from 255) = 20.63%
BLUE value IS 112 (44.14% from 255) = 44.44%
R=34.92%
G=20.63%
B=44.44%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.54
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88521120.210.5400.5627636.5932.16
Hex58347015360381142520
Octal1306416025660704244540
Binary10110001101001110000101011101100111000100010100100101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583470; }

 p { color: rgb(88,52,112); }

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

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

 a { background-color: rgb(88,52,112); }

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

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

 span { border-color: rgb(88,52,112); }

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