#554F72

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

Shades of Smoky #554F72

Tints of Smoky #554F72

Color information

#554F72 (or 0x554F72) is unknown color: approx Smoky. HEX triplet: 55, 4F and 72. RGB value is (85,79,114). Sum of RGB (Red+Green+Blue) = 85+79+114=278 (36% of max value = 765). Red value is 85 (33.59% from 255 or 30.58% from 278); Green value is 79 (31.25% from 255 or 28.42% from 278); Blue value is 114 (44.92% from 255 or 41.01% from 278); Max value from RGB is 114 - color contains mainly: blue. Hex color #554F72 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F72 is #AAB08D. Grayscale: #545454. Windows color (decimal): -11186318 or 7491413. OLE color: 7491413.

HSL color Cylindrical-coordinate representation of color #554F72: hue angle of 250.29º degrees, saturation: 0.18, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #554F72 is Cyan = 0.25, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB8579114-
CMYK0.250.3100.55
HSL250.29º18.13%37.84%-
HSV(B)250.29º30.7%44.71%-
XYZ9.588.7417.1-
YUV84.78144.49128.15-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 30.58%
GREEN value IS 79 (31.25% from 255) = 28.42%
BLUE value IS 114 (44.92% from 255) = 41.01%
R=30.58%
G=28.42%
B=41.01%

CMYK

C (Cyan) values IS 0.25
M (Magenta) values IS 0.31
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal85791140.250.3100.55250.2918.1337.84
Hex554F72191F037fa1226
Octal12511716231370673722246
Binary101010110011111110010110011111101101111111101010010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #554F72; }

 p { color: rgb(85,79,114); }

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

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

 a { background-color: rgb(85,79,114); }

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

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

 span { border-color: rgb(85,79,114); }

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