Html Css Color HEX #52524C Ship Grey

📋 copy color: '#52524C'

red 82 ◦ green 82 ◦ blue 76

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

Shades of Ship Grey #52524C

Tints of Ship Grey #52524C

RGB

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

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

 BLUE value IS 76 (30.08% from 255) = 31.67%

R = 34.17%
G = 34.17%
B = 31.67%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.07

 K value IS 0.68

RGB Variations

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

Color information

#52524C (or 0x52524C) is known color: Ship Grey. HEX triplet: 52, 52 and 4C. RGB value is (82,82,76). Sum of RGB (Red+Green+Blue) = 82+82+76=240 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.17% from 240); Green value is 82 (32.42% from 255 or 34.17% from 240); Blue value is 76 (30.08% from 255 or 31.67% from 240); Max value from RGB is 82 - color contains mainly: red, green. Hex color #52524C is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52524C is #ADADB3. Grayscale: #515151. Windows color (decimal): -11382196 or 5001810. OLE color: 5001810.

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

Color convert

RGB 82 82 76 -
CMYK 0 0 0.07 0.68
HSL 60º 0.04% 0.31% -
HSV(B) 60º 0.07% 0.32% -
XYZ 7.8 8.35 8.04 -
YUV 81.32 125 128.49 -
System Red Green Blue C M Y K H S L
Decimal 82 82 76 0 0 0.07 0.68 60 0.04 0.31
Hex 52 52 4C 0 0 7 44 3C 4 1F
Octal 122 122 114 0 0 7 104 74 4 37
Binary 1010010 1010010 1001100 0 0 111 1000100 111100 100 11111

Color Harmonies of #52524C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52524C

Black with #52524C

Text Example


Text Example

White with #52524C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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