#554067

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

Shades of Honey Flower #554067

Tints of Honey Flower #554067

Color information

#554067 (or 0x554067) is unknown color: approx Honey Flower. HEX triplet: 55, 40 and 67. RGB value is (85,64,103). Sum of RGB (Red+Green+Blue) = 85+64+103=252 (33% of max value = 765). Red value is 85 (33.59% from 255 or 33.73% from 252); Green value is 64 (25.39% from 255 or 25.40% from 252); Blue value is 103 (40.62% from 255 or 40.87% from 252); Max value from RGB is 103 - color contains mainly: blue. Hex color #554067 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554067 is #AABF98. Grayscale: #4A4A4A. Windows color (decimal): -11190169 or 6766677. OLE color: 6766677.

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

Color convert

RGB8564103-
CMYK0.170.3800.60
HSL272.31º23.35%32.75%-
HSV(B)272.31º37.86%40.39%-
XYZ8.036.5813.68-
YUV74.72143.96135.33-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 33.73%
GREEN value IS 64 (25.39% from 255) = 25.40%
BLUE value IS 103 (40.62% from 255) = 40.87%
R=33.73%
G=25.40%
B=40.87%

CMYK

C (Cyan) values IS 0.17
M (Magenta) values IS 0.38
Y (Yellow) values IS 0
K (Black) values IS 0.60
SystemRedGreenBlueCMYKHSL
Decimal85641030.170.3800.60272.3123.3532.75
Hex554067112603C1101721
Octal12510014721460744202741
Binary10101011000000110011110001100110011110010001000010111100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554067

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554067; }

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

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

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

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

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

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

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

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