Html Css Color HEX #575751 Ship Grey

📋 copy color: '#575751'

red 87 ◦ green 87 ◦ blue 81

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

Shades of Ship Grey #575751

Tints of Ship Grey #575751

RGB

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

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

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

R = 34.12%
G = 34.12%
B = 31.76%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.66

RGB Variations

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

Color information

#575751 (or 0x575751) is known color: Ship Grey. HEX triplet: 57, 57 and 51. RGB value is (87,87,81). Sum of RGB (Red+Green+Blue) = 87+87+81=255 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.12% from 255); Green value is 87 (34.38% from 255 or 34.12% from 255); Blue value is 81 (32.03% from 255 or 31.76% from 255); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575751 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575751 is #A8A8AE. Grayscale: #565656. Windows color (decimal): -11053231 or 5330775. OLE color: 5330775.

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

Color convert

RGB 87 87 81 -
CMYK 0 0 0.07 0.66
HSL 60º 0.04% 0.33% -
HSV(B) 60º 0.07% 0.34% -
XYZ 8.82 9.44 9.14 -
YUV 86.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 87 87 81 0 0 0.07 0.66 60 0.04 0.33
Hex 57 57 51 0 0 7 42 3C 4 21
Octal 127 127 121 0 0 7 102 74 4 41
Binary 1010111 1010111 1010001 0 0 111 1000010 111100 100 100001

Color Harmonies of #575751

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575751

Black with #575751

Text Example


Text Example

White with #575751

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575751; }

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

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

background-color css

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

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

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

border-color css

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

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

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