Html Css Color HEX #57584B Ship Grey

📋 copy color: '#57584B'

red 87 ◦ green 88 ◦ blue 75

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

Shades of Ship Grey #57584B

Tints of Ship Grey #57584B

RGB

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

 GREEN value IS 88 (34.77% from 255) = 35.2%

 BLUE value IS 75 (29.69% from 255) = 30%

R = 34.8%
G = 35.2%
B = 30%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.15

 K value IS 0.65

RGB Variations

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

Color information

#57584B (or 0x57584B) is known color: Ship Grey. HEX triplet: 57, 58 and 4B. RGB value is (87,88,75). Sum of RGB (Red+Green+Blue) = 87+88+75=250 (33% of max value = 765). Red value is 87 (34.38% from 255 or 34.8% from 250); Green value is 88 (34.77% from 255 or 35.2% from 250); Blue value is 75 (29.69% from 255 or 30% from 250); Max value from RGB is 88 - color contains mainly: green. Hex color #57584B is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #57584B is #A8A7B4. Grayscale: #565656. Windows color (decimal): -11052981 or 4937815. OLE color: 4937815.

HSL color Cylindrical-coordinate representation of color #57584B: hue angle of 64.62º degrees, saturation: 0.08, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.15%. Process color model (Four color, CMYK) of #57584B is Cyan = 0.01, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.65.

Color convert

RGB 87 88 75 -
CMYK 0.01 0 0.15 0.65
HSL 64.62º 0.08% 0.32% -
HSV(B) 64.62º 0.15% 0.35% -
XYZ 8.69 9.51 8.03 -
YUV 86.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 87 88 75 0.01 0 0.15 0.65 64.62 0.08 0.32
Hex 57 58 4B 1 0 F 41 41 8 20
Octal 127 130 113 1 0 17 101 101 10 40
Binary 1010111 1011000 1001011 1 0 1111 1000001 1000001 1000 100000

Color Harmonies of #57584B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #57584B

Black with #57584B

Text Example


Text Example

White with #57584B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #57584B; }

 p { color: rgb(87,88,75); }

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

background-color css

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

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

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

border-color css

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

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

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