Html Css Color HEX #5B5B55 Ship Grey

📋 copy color: '#5B5B55'

red 91 ◦ green 91 ◦ blue 85

#5B5B55
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Ship Grey #5B5B55

Tints of Ship Grey #5B5B55

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 value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.64

RGB Variations

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

Color information

#5B5B55 (or 0x5B5B55) is known color: 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

RGB 91 91 85 -
CMYK 0 0 0.07 0.64
HSL 60º 0.03% 0.35% -
HSV(B) 60º 0.07% 0.36% -
XYZ 9.7 10.36 10.08 -
YUV 90.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 91 91 85 0 0 0.07 0.64 60 0.03 0.35
Hex 5B 5B 55 0 0 7 40 3C 3 23
Octal 133 133 125 0 0 7 100 74 3 43
Binary 1011011 1011011 1010101 0 0 111 1000000 111100 11 100011

Color Harmonies of #5B5B55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5B55

Black with #5B5B55

Text Example


Text Example

White with #5B5B55

Text Example


Text Example

HTML Codes & Css Web 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>