#584470

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

Shades of Honey Flower #584470

Tints of Honey Flower #584470

Color information

#584470 (or 0x584470) is unknown color: approx Honey Flower. HEX triplet: 58, 44 and 70. RGB value is (88,68,112). Sum of RGB (Red+Green+Blue) = 88+68+112=268 (35% of max value = 765). Red value is 88 (34.77% from 255 or 32.84% from 268); Green value is 68 (26.95% from 255 or 25.37% from 268); Blue value is 112 (44.14% from 255 or 41.79% from 268); Max value from RGB is 112 - color contains mainly: blue. Hex color #584470 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #584470 is #A7BB8F. Grayscale: #4E4E4E. Windows color (decimal): -10992528 or 7357528. OLE color: 7357528.

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

Color convert

RGB8868112-
CMYK0.210.3900.56
HSL267.27º24.44%35.29%-
HSV(B)267.27º39.29%43.92%-
XYZ9.027.3816.28-
YUV79146.63134.42-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 32.84%
GREEN value IS 68 (26.95% from 255) = 25.37%
BLUE value IS 112 (44.14% from 255) = 41.79%
R=32.84%
G=25.37%
B=41.79%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88681120.210.3900.56267.2724.4435.29
Hex584470152703810b1823
Octal13010416025470704133043
Binary10110001000100111000010101100111011100010000101111000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #584470

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #584470; }

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

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

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

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

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

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

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

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