#554F51

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

Shades of Don Juan #554F51

Tints of Don Juan #554F51

Color information

#554F51 (or 0x554F51) is unknown color: approx Don Juan. HEX triplet: 55, 4F and 51. RGB value is (85,79,81). Sum of RGB (Red+Green+Blue) = 85+79+81=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 79 (31.25% from 255 or 32.24% from 245); Blue value is 81 (32.03% from 255 or 33.06% from 245); Max value from RGB is 85 - color contains mainly: red. Hex color #554F51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #554F51 is #AAB0AE. Grayscale: #515151. Windows color (decimal): -11186351 or 5328725. OLE color: 5328725.

HSL color Cylindrical-coordinate representation of color #554F51: hue angle of 340º degrees, saturation: 0.04, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #554F51 is Cyan = 0, Magento = 0.07, Yellow = 0.05 and Black (K on CMYK) = 0.67.

Color convert

RGB857981-
CMYK00.070.050.67
HSL340º3.66%32.16%-
HSV(B)340º7.06%33.33%-
XYZ8.038.128.93-
YUV81.02127.99130.84-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 79 (31.25% from 255) = 32.24%
BLUE value IS 81 (32.03% from 255) = 33.06%
R=34.69%
G=32.24%
B=33.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.07
Y (Yellow) values IS 0.05
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal85798100.070.050.673403.6632.16
Hex554F5107543154420
Octal125117121075103524440
Binary10101011001111101000101111011000011101010100100100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #554F51

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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