#554168

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

Shades of Honey Flower #554168

Tints of Honey Flower #554168

Color information

#554168 (or 0x554168) is unknown color: approx Honey Flower. HEX triplet: 55, 41 and 68. RGB value is (85,65,104). Sum of RGB (Red+Green+Blue) = 85+65+104=254 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.46% from 254); Green value is 65 (25.78% from 255 or 25.59% from 254); Blue value is 104 (41.02% from 255 or 40.94% from 254); Max value from RGB is 104 - color contains mainly: blue. Hex color #554168 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554168 is #AABE97. Grayscale: #4B4B4B. Windows color (decimal): -11189912 or 6832469. OLE color: 6832469.

HSL color Cylindrical-coordinate representation of color #554168: hue angle of 270.77º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #554168 is Cyan = 0.18, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB8565104-
CMYK0.180.3800.59
HSL270.77º23.08%33.14%-
HSV(B)270.77º37.5%40.78%-
XYZ8.146.7113.96-
YUV75.43144.13134.83-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.46%
GREEN value IS 65 (25.78% from 255) = 25.59%
BLUE value IS 104 (41.02% from 255) = 40.94%
R=33.46%
G=25.59%
B=40.94%

CMYK

C (Cyan) values IS 0.18
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal85651040.180.3800.59270.7723.0833.14
Hex554168122603B10f1721
Octal12510115022460734172741
Binary10101011000001110100010010100110011101110000111110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554168

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554168; }

 p { color: rgb(85,65,104); }

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

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

 a { background-color: rgb(85,65,104); }

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

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

 span { border-color: rgb(85,65,104); }

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