Html Css Color HEX #5A5A54 Ship Grey

📋 copy color: '#5A5A54'

red 90 ◦ green 90 ◦ blue 84

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

Shades of Ship Grey #5A5A54

Tints of Ship Grey #5A5A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31.82%

R = 34.09%
G = 34.09%
B = 31.82%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.65

RGB Variations

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

Color information

#5A5A54 (or 0x5A5A54) is known color: Ship Grey. HEX triplet: 5A, 5A and 54. RGB value is (90,90,84). Sum of RGB (Red+Green+Blue) = 90+90+84=264 (34% of max value = 765). Red value is 90 (35.55% from 255 or 34.09% from 264); Green value is 90 (35.55% from 255 or 34.09% from 264); Blue value is 84 (33.20% from 255 or 31.82% from 264); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A54 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5A54 is #A5A5AB. Grayscale: #595959. Windows color (decimal): -10855852 or 5528154. OLE color: 5528154.

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

Color convert

RGB 90 90 84 -
CMYK 0 0 0.07 0.65
HSL 60º 0.03% 0.34% -
HSV(B) 60º 0.07% 0.35% -
XYZ 9.47 10.13 9.84 -
YUV 89.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 90 90 84 0 0 0.07 0.65 60 0.03 0.34
Hex 5A 5A 54 0 0 7 41 3C 3 22
Octal 132 132 124 0 0 7 101 74 3 42
Binary 1011010 1011010 1010100 0 0 111 1000001 111100 11 100010

Color Harmonies of #5A5A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5A54

Black with #5A5A54

Text Example


Text Example

White with #5A5A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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