#5B5B55

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

Shades of Ship Grey #5B5B55

Tints of Ship Grey #5B5B55

Color information

#5B5B55 (or 0x5B5B55) is unknown color: approx Ship Grey. HEX triplet: 5B, 5B and 55. RGB value is (91,91,85). Sum of RGB (Red+Green+Blue) = 91+91+85=267 (35% of max value = 765). Red value is 91 (35.94% from 255 or 34.08% from 267); Green value is 91 (35.94% from 255 or 34.08% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 91 - color contains mainly: red, green. Hex color #5B5B55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5B5B55 is #A4A4AA. Grayscale: #5A5A5A. Windows color (decimal): -10790059 or 5593947. OLE color: 5593947.

HSL color Cylindrical-coordinate representation of color #5B5B55: hue angle of 60º degrees, saturation: 0.03, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.07%. Process color model (Four color, CMYK) of #5B5B55 is Cyan = 0, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.64.

Color convert

RGB919185-
CMYK000.070.64
HSL60º3.41%34.51%-
HSV(B)60º6.59%35.69%-
XYZ9.710.3610.08-
YUV90.32125128.49-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 34.08%
GREEN value IS 91 (35.94% from 255) = 34.08%
BLUE value IS 85 (33.59% from 255) = 31.84%
R=34.08%
G=34.08%
B=31.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.64
SystemRedGreenBlueCMYKHSL
Decimal919185000.070.64603.4134.51
Hex5B5B55007403c323
Octal13313312500710074343
Binary10110111011011101010100111100000011110011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5B5B55; }

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

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

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

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

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

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

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

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