#52386A

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

Shades of Honey Flower #52386A

Tints of Honey Flower #52386A

Color information

#52386A (or 0x52386A) is unknown color: approx Honey Flower. HEX triplet: 52, 38 and 6A. RGB value is (82,56,106). Sum of RGB (Red+Green+Blue) = 82+56+106=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 56 (22.27% from 255 or 22.95% from 244); Blue value is 106 (41.80% from 255 or 43.44% from 244); Max value from RGB is 106 - color contains mainly: blue. Hex color #52386A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52386A is #ADC795. Grayscale: #454545. Windows color (decimal): -11388822 or 6961234. OLE color: 6961234.

HSL color Cylindrical-coordinate representation of color #52386A: hue angle of 271.2º degrees, saturation: 0.31, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #52386A is Cyan = 0.23, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8256106-
CMYK0.230.4700.58
HSL271.2º30.86%31.76%-
HSV(B)271.2º47.17%41.57%-
XYZ7.55.6614.33-
YUV69.47148.61136.93-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.61%
GREEN value IS 56 (22.27% from 255) = 22.95%
BLUE value IS 106 (41.80% from 255) = 43.44%
R=33.61%
G=22.95%
B=43.44%

CMYK

C (Cyan) values IS 0.23
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal82561060.230.4700.58271.230.8631.76
Hex52386A172F03A10f1f20
Octal1227015227570724173740
Binary1010010111000110101010111101111011101010000111111111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52386A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #52386A; }

 p { color: rgb(82,56,106); }

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

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

 a { background-color: rgb(82,56,106); }

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

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

 span { border-color: rgb(82,56,106); }

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