Html Css Color HEX #52524D Ship Grey

📋 copy color: '#52524D'

red 82 ◦ green 82 ◦ blue 77

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

Shades of Ship Grey #52524D

Tints of Ship Grey #52524D

RGB

 RED value IS 82 (32.42% from 255) = 34.02%

 GREEN value IS 82 (32.42% from 255) = 34.02%

 BLUE value IS 77 (30.47% from 255) = 31.95%

R = 34.02%
G = 34.02%
B = 31.95%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.06

 K value IS 0.68

RGB Variations

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

Color information

#52524D (or 0x52524D) is known color: Ship Grey. HEX triplet: 52, 52 and 4D. RGB value is (82,82,77). Sum of RGB (Red+Green+Blue) = 82+82+77=241 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.02% from 241); Green value is 82 (32.42% from 255 or 34.02% from 241); Blue value is 77 (30.47% from 255 or 31.95% from 241); Max value from RGB is 82 - color contains mainly: red, green. Hex color #52524D is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #52524D is #ADADB2. Grayscale: #515151. Windows color (decimal): -11382195 or 5067346. OLE color: 5067346.

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

Color convert

RGB 82 82 77 -
CMYK 0 0 0.06 0.68
HSL 60º 0.03% 0.31% -
HSV(B) 60º 0.06% 0.32% -
XYZ 7.84 8.36 8.22 -
YUV 81.43 125.5 128.41 -
System Red Green Blue C M Y K H S L
Decimal 82 82 77 0 0 0.06 0.68 60 0.03 0.31
Hex 52 52 4D 0 0 6 44 3C 3 1F
Octal 122 122 115 0 0 6 104 74 3 37
Binary 1010010 1010010 1001101 0 0 110 1000100 111100 11 11111

Color Harmonies of #52524D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52524D

Black with #52524D

Text Example


Text Example

White with #52524D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52524D; }

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

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

background-color css

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

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

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

border-color css

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

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

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