#523467

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

Shades of Honey Flower #523467

Tints of Honey Flower #523467

Color information

#523467 (or 0x523467) is unknown color: approx Honey Flower. HEX triplet: 52, 34 and 67. RGB value is (82,52,103). Sum of RGB (Red+Green+Blue) = 82+52+103=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 52 (20.70% from 255 or 21.94% from 237); Blue value is 103 (40.62% from 255 or 43.46% from 237); Max value from RGB is 103 - color contains mainly: blue. Hex color #523467 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #523467 is #ADCB98. Grayscale: #424242. Windows color (decimal): -11389849 or 6763602. OLE color: 6763602.

HSL color Cylindrical-coordinate representation of color #523467: hue angle of 275.29º degrees, saturation: 0.33, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #523467 is Cyan = 0.20, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8252103-
CMYK0.200.5000.60
HSL275.29º32.9%30.39%-
HSV(B)275.29º49.51%40.39%-
XYZ7.165.2313.46-
YUV66.78148.44138.85-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 34.60%
GREEN value IS 52 (20.70% from 255) = 21.94%
BLUE value IS 103 (40.62% from 255) = 43.46%
R=34.60%
G=21.94%
B=43.46%

CMYK

C (Cyan) values IS 0.20
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal82521030.200.5000.60275.2932.930.39
Hex523467143203C113211e
Octal1226414724620744234136
Binary1010010110100110011110100110010011110010001001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #523467

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #523467; }

 p { color: rgb(82,52,103); }

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

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

 a { background-color: rgb(82,52,103); }

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

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

 span { border-color: rgb(82,52,103); }

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