#52455A

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

Shades of Honey Flower #52455A

Tints of Honey Flower #52455A

Color information

#52455A (or 0x52455A) is unknown color: approx Honey Flower. HEX triplet: 52, 45 and 5A. RGB value is (82,69,90). Sum of RGB (Red+Green+Blue) = 82+69+90=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 69 (27.34% from 255 or 28.63% from 241); Blue value is 90 (35.55% from 255 or 37.34% from 241); Max value from RGB is 90 - color contains mainly: blue. Hex color #52455A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52455A is #ADBAA5. Grayscale: #4B4B4B. Windows color (decimal): -11385510 or 5915986. OLE color: 5915986.

HSL color Cylindrical-coordinate representation of color #52455A: hue angle of 277.14º degrees, saturation: 0.13, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.23%. Process color model (Four color, CMYK) of #52455A is Cyan = 0.09, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB826990-
CMYK0.090.2300.65
HSL277.14º13.21%31.18%-
HSV(B)277.14º23.33%35.29%-
XYZ7.456.7910.59-
YUV75.28136.31132.79-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.02%
GREEN value IS 69 (27.34% from 255) = 28.63%
BLUE value IS 90 (35.55% from 255) = 37.34%
R=34.02%
G=28.63%
B=37.34%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8269900.090.2300.65277.1413.2131.18
Hex52455A917041115d1f
Octal122105132112701014251537
Binary10100101000101101101010011011101000001100010101110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52455A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(82,69,90); }

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

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

 a { background-color: rgb(82,69,90); }

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

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

 span { border-color: rgb(82,69,90); }

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