#583270

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

Shades of Honey Flower #583270

Tints of Honey Flower #583270

Color information

#583270 (or 0x583270) is unknown color: approx Honey Flower. HEX triplet: 58, 32 and 70. RGB value is (88,50,112). Sum of RGB (Red+Green+Blue) = 88+50+112=250 (33% of max value = 765). Red value is 88 (34.77% from 255 or 35.2% from 250); Green value is 50 (19.92% from 255 or 20% from 250); Blue value is 112 (44.14% from 255 or 44.8% from 250); Max value from RGB is 112 - color contains mainly: blue. Hex color #583270 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #583270 is #A7CD8F. Grayscale: #444444. Windows color (decimal): -10997136 or 7352920. OLE color: 7352920.

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

Color convert

RGB8850112-
CMYK0.210.5500.56
HSL276.77º38.27%31.76%-
HSV(B)276.77º55.36%43.92%-
XYZ8.095.5315.97-
YUV68.43152.59141.96-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 35.2%
GREEN value IS 50 (19.92% from 255) = 20%
BLUE value IS 112 (44.14% from 255) = 44.8%
R=35.2%
G=20%
B=44.8%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal88501120.210.5500.56276.7738.2731.76
Hex58327015370381152620
Octal1306216025670704254640
Binary10110001100101110000101011101110111000100010101100110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #583270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #583270; }

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

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

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

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

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

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

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

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