Html Css Color HEX #575752 Ship Grey

📋 copy color: '#575752'

red 87 ◦ green 87 ◦ blue 82

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

Shades of Ship Grey #575752

Tints of Ship Grey #575752

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 32.03%

R = 33.98%
G = 33.98%
B = 32.03%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.66

RGB Variations

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

Color information

#575752 (or 0x575752) is known color: Ship Grey. HEX triplet: 57, 57 and 52. RGB value is (87,87,82). Sum of RGB (Red+Green+Blue) = 87+87+82=256 (33% of max value = 765). Red value is 87 (34.38% from 255 or 33.98% from 256); Green value is 87 (34.38% from 255 or 33.98% from 256); Blue value is 82 (32.42% from 255 or 32.03% from 256); Max value from RGB is 87 - color contains mainly: red, green. Hex color #575752 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #575752 is #A8A8AD. Grayscale: #565656. Windows color (decimal): -11053230 or 5396311. OLE color: 5396311.

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

Color convert

RGB 87 87 82 -
CMYK 0 0 0.06 0.66
HSL 60º 0.03% 0.33% -
HSV(B) 60º 0.06% 0.34% -
XYZ 8.86 9.45 9.34 -
YUV 86.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 87 87 82 0 0 0.06 0.66 60 0.03 0.33
Hex 57 57 52 0 0 6 42 3C 3 21
Octal 127 127 122 0 0 6 102 74 3 41
Binary 1010111 1010111 1010010 0 0 110 1000010 111100 11 100001

Color Harmonies of #575752

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575752

Black with #575752

Text Example


Text Example

White with #575752

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575752; }

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

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

background-color css

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

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

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

border-color css

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

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

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