#553267

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

Shades of Honey Flower #553267

Tints of Honey Flower #553267

Color information

#553267 (or 0x553267) is unknown color: approx Honey Flower. HEX triplet: 55, 32 and 67. RGB value is (85,50,103). Sum of RGB (Red+Green+Blue) = 85+50+103=238 (31% of max value = 765). Red value is 85 (33.59% from 255 or 35.71% from 238); Green value is 50 (19.92% from 255 or 21.01% from 238); Blue value is 103 (40.62% from 255 or 43.28% from 238); Max value from RGB is 103 - color contains mainly: blue. Hex color #553267 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553267 is #AACD98. Grayscale: #424242. Windows color (decimal): -11193753 or 6763093. OLE color: 6763093.

HSL color Cylindrical-coordinate representation of color #553267: hue angle of 279.62º degrees, saturation: 0.35, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #553267 is Cyan = 0.17, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.60.

Color convert

RGB8550103-
CMYK0.170.5100.60
HSL279.62º34.64%30%-
HSV(B)279.62º51.46%40.39%-
XYZ7.345.1913.45-
YUV66.51148.6141.19-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 35.71%
GREEN value IS 50 (19.92% from 255) = 21.01%
BLUE value IS 103 (40.62% from 255) = 43.28%
R=35.71%
G=21.01%
B=43.28%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85501030.170.5100.60279.6234.6430
Hex553267113303C118231e
Octal1256214721630744304336
Binary1010101110010110011110001110011011110010001100010001111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553267

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553267; }

 p { color: rgb(85,50,103); }

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

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

 a { background-color: rgb(85,50,103); }

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

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

 span { border-color: rgb(85,50,103); }

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