#523A60

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

Shades of Honey Flower #523A60

Tints of Honey Flower #523A60

Color information

#523A60 (or 0x523A60) is unknown color: approx Honey Flower. HEX triplet: 52, 3A and 60. RGB value is (82,58,96). Sum of RGB (Red+Green+Blue) = 82+58+96=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 58 (23.05% from 255 or 24.58% from 236); Blue value is 96 (37.89% from 255 or 40.68% from 236); Max value from RGB is 96 - color contains mainly: blue. Hex color #523A60 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A60 is #ADC59F. Grayscale: #454545. Windows color (decimal): -11388320 or 6306386. OLE color: 6306386.

HSL color Cylindrical-coordinate representation of color #523A60: hue angle of 277.89º degrees, saturation: 0.25, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #523A60 is Cyan = 0.15, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.62.

Color convert

RGB825896-
CMYK0.150.4000.62
HSL277.89º24.68%30.2%-
HSV(B)277.89º39.58%37.65%-
XYZ7.15.6611.79-
YUV69.51142.95136.91-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.75%
GREEN value IS 58 (23.05% from 255) = 24.58%
BLUE value IS 96 (37.89% from 255) = 40.68%
R=34.75%
G=24.58%
B=40.68%

CMYK

C (Cyan) values IS 0.15
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.62
SystemRedGreenBlueCMYKHSL
Decimal8258960.150.4000.62277.8924.6830.2
Hex523A60F2803E116191e
Octal1227214017500764263136
Binary10100101110101100000111110100001111101000101101100111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A60

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523A60; }

 p { color: rgb(82,58,96); }

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

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

 a { background-color: rgb(82,58,96); }

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

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

 span { border-color: rgb(82,58,96); }

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