#554066

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

Shades of Honey Flower #554066

Tints of Honey Flower #554066

Color information

#554066 (or 0x554066) is unknown color: approx Honey Flower. HEX triplet: 55, 40 and 66. RGB value is (85,64,102). Sum of RGB (Red+Green+Blue) = 85+64+102=251 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.86% from 251); Green value is 64 (25.39% from 255 or 25.50% from 251); Blue value is 102 (40.23% from 255 or 40.64% from 251); Max value from RGB is 102 - color contains mainly: blue. Hex color #554066 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554066 is #AABF99. Grayscale: #4A4A4A. Windows color (decimal): -11190170 or 6701141. OLE color: 6701141.

HSL color Cylindrical-coordinate representation of color #554066: hue angle of 273.16º degrees, saturation: 0.23, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #554066 is Cyan = 0.17, Magento = 0.37, Yellow = 0 and Black (K on CMYK) = 0.6.

Color convert

RGB8564102-
CMYK0.170.3700.6
HSL273.16º22.89%32.55%-
HSV(B)273.16º37.25%40%-
XYZ7.986.5613.42-
YUV74.61143.46135.41-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.86%
GREEN value IS 64 (25.39% from 255) = 25.50%
BLUE value IS 102 (40.23% from 255) = 40.64%
R=33.86%
G=25.50%
B=40.64%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.37
Y (Yellow) values IS 0
K (Black) values IS 0.6
SystemRedGreenBlueCMYKHSL
Decimal85641020.170.3700.6273.1622.8932.55
Hex554066112503C1111721
Octal12510014621450744212741
Binary10101011000000110011010001100101011110010001000110111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554066

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554066; }

 p { color: rgb(85,64,102); }

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

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

 a { background-color: rgb(85,64,102); }

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

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

 span { border-color: rgb(85,64,102); }

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