#55554B

Color #55554B Ship Grey (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Ship Grey #55554B

Tints of Ship Grey #55554B

Color information

#55554B (or 0x55554B) is unknown color: approx Ship Grey. HEX triplet: 55, 55 and 4B. RGB value is (85,85,75). Sum of RGB (Red+Green+Blue) = 85+85+75=245 (32% of max value = 765). Red value is 85 (33.59% from 255 or 34.69% from 245); Green value is 85 (33.59% from 255 or 34.69% from 245); Blue value is 75 (29.69% from 255 or 30.61% from 245); Max value from RGB is 85 - color contains mainly: red, green. Hex color #55554B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #55554B is #AAAAB4. Grayscale: #535353. Windows color (decimal): -11184821 or 4937045. OLE color: 4937045.

HSL color Cylindrical-coordinate representation of color #55554B: hue angle of 60º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.12%. Process color model (Four color, CMYK) of #55554B is Cyan = 0, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.67.

Color convert

RGB858575-
CMYK000.120.67
HSL60º6.25%31.37%-
HSV(B)60º11.76%33.33%-
XYZ8.268.947.95-
YUV83.86123128.81-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 34.69%
GREEN value IS 85 (33.59% from 255) = 34.69%
BLUE value IS 75 (29.69% from 255) = 30.61%
R=34.69%
G=34.69%
B=30.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal858575000.120.67606.2531.37
Hex55554B00C433c61f
Octal125125113001410374637
Binary101010110101011001011001100100001111110011011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55554B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55554B; }

 p { color: rgb(85,85,75); }

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

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

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

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

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

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

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