Html Css Color HEX #5A5A51 Ship Grey

📋 copy color: '#5A5A51'

red 90 ◦ green 90 ◦ blue 81

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

Shades of Ship Grey #5A5A51

Tints of Ship Grey #5A5A51

RGB

 RED value IS 90 (35.55% from 255) = 34.48%

 GREEN value IS 90 (35.55% from 255) = 34.48%

 BLUE value IS 81 (32.03% from 255) = 31.03%

R = 34.48%
G = 34.48%
B = 31.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.1

 K value IS 0.65

RGB Variations

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

Color information

#5A5A51 (or 0x5A5A51) is known color: Ship Grey. HEX triplet: 5A, 5A and 51. RGB value is (90,90,81). Sum of RGB (Red+Green+Blue) = 90+90+81=261 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.48% from 261); Green value is 90 (35.55% from 255 or 34.48% from 261); Blue value is 81 (32.03% from 255 or 31.03% from 261); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A51 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5A51 is #A5A5AE. Grayscale: #595959. Windows color (decimal): -10855855 or 5331546. OLE color: 5331546.

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

Color convert

RGB 90 90 81 -
CMYK 0 0 0.1 0.65
HSL 60º 0.05% 0.34% -
HSV(B) 60º 0.1% 0.35% -
XYZ 9.36 10.08 9.24 -
YUV 88.97 123.5 128.73 -
System Red Green Blue C M Y K H S L
Decimal 90 90 81 0 0 0.1 0.65 60 0.05 0.34
Hex 5A 5A 51 0 0 A 41 3C 5 22
Octal 132 132 121 0 0 12 101 74 5 42
Binary 1011010 1011010 1010001 0 0 1010 1000001 111100 101 100010

Color Harmonies of #5A5A51

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5A51

Black with #5A5A51

Text Example


Text Example

White with #5A5A51

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(90,90,81); }

 H1.HeaderClassName
 {
   color: #5A5A51;
 }
 .AnyTagClassName
 {
   color: #5A5A51;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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