#52425A

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

Shades of Honey Flower #52425A

Tints of Honey Flower #52425A

Color information

#52425A (or 0x52425A) is unknown color: approx Honey Flower. HEX triplet: 52, 42 and 5A. RGB value is (82,66,90). Sum of RGB (Red+Green+Blue) = 82+66+90=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 66 (26.17% from 255 or 27.73% from 238); Blue value is 90 (35.55% from 255 or 37.82% from 238); Max value from RGB is 90 - color contains mainly: blue. Hex color #52425A is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #52425A is #ADBDA5. Grayscale: #494949. Windows color (decimal): -11386278 or 5915218. OLE color: 5915218.

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

Color convert

RGB826690-
CMYK0.090.2700.65
HSL280º15.38%30.59%-
HSV(B)280º26.67%35.29%-
XYZ7.276.4310.53-
YUV73.52137.3134.05-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.45%
GREEN value IS 66 (26.17% from 255) = 27.73%
BLUE value IS 90 (35.55% from 255) = 37.82%
R=34.45%
G=27.73%
B=37.82%

CMYK

C (Cyan) values IS 0.09
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal8266900.090.2700.6528015.3830.59
Hex52425A91B041118f1f
Octal122102132113301014301737
Binary10100101000010101101010011101101000001100011000111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #52425A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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