#523A69

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

Shades of Honey Flower #523A69

Tints of Honey Flower #523A69

Color information

#523A69 (or 0x523A69) is unknown color: approx Honey Flower. HEX triplet: 52, 3A and 69. RGB value is (82,58,105). Sum of RGB (Red+Green+Blue) = 82+58+105=245 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.47% from 245); Green value is 58 (23.05% from 255 or 23.67% from 245); Blue value is 105 (41.41% from 255 or 42.86% from 245); Max value from RGB is 105 - color contains mainly: blue. Hex color #523A69 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523A69 is #ADC596. Grayscale: #464646. Windows color (decimal): -11388311 or 6896210. OLE color: 6896210.

HSL color Cylindrical-coordinate representation of color #523A69: hue angle of 270.64º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #523A69 is Cyan = 0.22, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8258105-
CMYK0.220.4500.59
HSL270.64º28.83%31.96%-
HSV(B)270.64º44.76%41.18%-
XYZ7.545.8414.09-
YUV70.53147.45136.18-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 33.47%
GREEN value IS 58 (23.05% from 255) = 23.67%
BLUE value IS 105 (41.41% from 255) = 42.86%
R=33.47%
G=23.67%
B=42.86%

CMYK

C (Cyan) values IS 0.22
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal82581050.220.4500.59270.6428.8331.96
Hex523A69162D03B10f1d20
Octal1227215126550734173540
Binary1010010111010110100110110101101011101110000111111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523A69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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