#553067

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

Shades of Honey Flower #553067

Tints of Honey Flower #553067

Color information

#553067 (or 0x553067) is unknown color: approx Honey Flower. HEX triplet: 55, 30 and 67. RGB value is (85,48,103). Sum of RGB (Red+Green+Blue) = 85+48+103=236 (31% of max value = 765). Red value is 85 (33.59% from 255 or 36.02% from 236); Green value is 48 (19.14% from 255 or 20.34% from 236); Blue value is 103 (40.62% from 255 or 43.64% from 236); Max value from RGB is 103 - color contains mainly: blue. Hex color #553067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #553067 is #AACF98. Grayscale: #414141. Windows color (decimal): -11194265 or 6762581. OLE color: 6762581.

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

Color convert

RGB8548103-
CMYK0.170.5300.60
HSL280.36º36.42%29.61%-
HSV(B)280.36º53.4%40.39%-
XYZ7.255.0213.42-
YUV65.33149.26142.03-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 36.02%
GREEN value IS 48 (19.14% from 255) = 20.34%
BLUE value IS 103 (40.62% from 255) = 43.64%
R=36.02%
G=20.34%
B=43.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85481030.170.5300.60280.3636.4229.61
Hex553067113503C118241e
Octal1256014721650744304436
Binary1010101110000110011110001110101011110010001100010010011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #553067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #553067; }

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

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

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

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

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

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

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

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