Html Css Color HEX #575754 Ship Grey

📋 copy color: '#575754'

red 87 ◦ green 87 ◦ blue 84

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

Shades of Ship Grey #575754

Tints of Ship Grey #575754

RGB

 RED value IS 87 (34.38% from 255) = 33.72%

 GREEN value IS 87 (34.38% from 255) = 33.72%

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

R = 33.72%
G = 33.72%
B = 32.56%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.03

 K value IS 0.66

RGB Variations

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

Color information

#575754 (or 0x575754) is known color: Ship Grey. HEX triplet: 57, 57 and 54. RGB value is (87,87,84). Sum of RGB (Red+Green+Blue) = 87+87+84=258 (34% of max value = 765). Red value is 87 (34.38% from 255 or 33.72% from 258); Green value is 87 (34.38% from 255 or 33.72% from 258); Blue value is 84 (33.20% from 255 or 32.56% from 258); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575754 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575754 is #A8A8AB. Grayscale: #565656. Windows color (decimal): -11053228 or 5527383. OLE color: 5527383.

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

Color convert

RGB 87 87 84 -
CMYK 0 0 0.03 0.66
HSL 60º 0.02% 0.34% -
HSV(B) 60º 0.03% 0.34% -
XYZ 8.94 9.48 9.75 -
YUV 86.66 126.5 128.24 -
System Red Green Blue C M Y K H S L
Decimal 87 87 84 0 0 0.03 0.66 60 0.02 0.34
Hex 57 57 54 0 0 3 42 3C 2 22
Octal 127 127 124 0 0 3 102 74 2 42
Binary 1010111 1010111 1010100 0 0 11 1000010 111100 10 100010

Color Harmonies of #575754

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575754

Black with #575754

Text Example


Text Example

White with #575754

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575754; }

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

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

background-color css

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

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

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

border-color css

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

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

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