#554074

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

Shades of Meteorite #554074

Tints of Meteorite #554074

Color information

#554074 (or 0x554074) is unknown color: approx Meteorite. HEX triplet: 55, 40 and 74. RGB value is (85,64,116). Sum of RGB (Red+Green+Blue) = 85+64+116=265 (35% of max value = 765). Red value is 85 (33.59% from 255 or 32.08% from 265); Green value is 64 (25.39% from 255 or 24.15% from 265); Blue value is 116 (45.70% from 255 or 43.77% from 265); Max value from RGB is 116 - color contains mainly: blue. Hex color #554074 is not a web safe color. Web safe color analog (approx): #663366. Inversed color of #554074 is #AABF8B. Grayscale: #4C4C4C. Windows color (decimal): -11190156 or 7618645. OLE color: 7618645.

HSL color Cylindrical-coordinate representation of color #554074: hue angle of 264.23º degrees, saturation: 0.29, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #554074 is Cyan = 0.27, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8564116-
CMYK0.270.4500.55
HSL264.23º28.89%35.29%-
HSV(B)264.23º44.83%45.49%-
XYZ8.736.8617.39-
YUV76.21150.46134.27-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 32.08%
GREEN value IS 64 (25.39% from 255) = 24.15%
BLUE value IS 116 (45.70% from 255) = 43.77%
R=32.08%
G=24.15%
B=43.77%

CMYK

C (Cyan) values IS 0.27
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85641160.270.4500.55264.2328.8935.29
Hex5540741B2D0371081d23
Octal12510016433550674103543
Binary10101011000000111010011011101101011011110000100011101100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554074

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554074; }

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

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

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

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

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

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

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

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