#553B6C

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

Shades of Honey Flower #553B6C

Tints of Honey Flower #553B6C

Color information

#553B6C (or 0x553B6C) is unknown color: approx Honey Flower. HEX triplet: 55, 3B and 6C. RGB value is (85,59,108). Sum of RGB (Red+Green+Blue) = 85+59+108=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 59 (23.44% from 255 or 23.41% from 252); Blue value is 108 (42.58% from 255 or 42.86% from 252); Max value from RGB is 108 - color contains mainly: blue. Hex color #553B6C is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553B6C is #AAC493. Grayscale: #484848. Windows color (decimal): -11191444 or 7093077. OLE color: 7093077.

HSL color Cylindrical-coordinate representation of color #553B6C: hue angle of 271.84º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #553B6C is Cyan = 0.21, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.58.

Color convert

RGB8559108-
CMYK0.210.4500.58
HSL271.84º29.34%32.75%-
HSV(B)271.84º45.37%42.35%-
XYZ8.026.1414.95-
YUV72.36148.11137.02-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 59 (23.44% from 255) = 23.41%
BLUE value IS 108 (42.58% from 255) = 42.86%
R=33.73%
G=23.41%
B=42.86%

CMYK

C (Cyan) values IS 0.21
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.58
SystemRedGreenBlueCMYKHSL
Decimal85591080.210.4500.58271.8429.3432.75
Hex553B6C152D03A1101d21
Octal1257315425550724203541
Binary1010101111011110110010101101101011101010001000011101100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553B6C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553B6C; }

 p { color: rgb(85,59,108); }

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

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

 a { background-color: rgb(85,59,108); }

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

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

 span { border-color: rgb(85,59,108); }

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