Html Css Color HEX #5A5A55 Ship Grey

📋 copy color: '#5A5A55'

red 90 ◦ green 90 ◦ blue 85

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

Shades of Ship Grey #5A5A55

Tints of Ship Grey #5A5A55

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.08%

R = 33.96%
G = 33.96%
B = 32.08%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.65

RGB Variations

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

Color information

#5A5A55 (or 0x5A5A55) is known color: Ship Grey. HEX triplet: 5A, 5A and 55. RGB value is (90,90,85). Sum of RGB (Red+Green+Blue) = 90+90+85=265 (35% of max value = 765). Red value is 90 (35.55% from 255 or 33.96% from 265); Green value is 90 (35.55% from 255 or 33.96% from 265); Blue value is 85 (33.59% from 255 or 32.08% from 265); Max value from RGB is 90 - color contains mainly: red, green. Hex color #5A5A55 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #5A5A55 is #A5A5AA. Grayscale: #595959. Windows color (decimal): -10855851 or 5593690. OLE color: 5593690.

HSL color Cylindrical-coordinate representation of color #5A5A55: 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.06%. Process color model (Four color, CMYK) of #5A5A55 is Cyan = 0, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.65.

Color convert

RGB 90 90 85 -
CMYK 0 0 0.06 0.65
HSL 60º 0.03% 0.34% -
HSV(B) 60º 0.06% 0.35% -
XYZ 9.51 10.14 10.05 -
YUV 89.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 90 90 85 0 0 0.06 0.65 60 0.03 0.34
Hex 5A 5A 55 0 0 6 41 3C 3 22
Octal 132 132 125 0 0 6 101 74 3 42
Binary 1011010 1011010 1010101 0 0 110 1000001 111100 11 100010

Color Harmonies of #5A5A55

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5A5A55

Black with #5A5A55

Text Example


Text Example

White with #5A5A55

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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