Html Css Color HEX #52534A Ship Grey

📋 copy color: '#52534A'

red 82 ◦ green 83 ◦ blue 74

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

Shades of Ship Grey #52534A

Tints of Ship Grey #52534A

RGB

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

 GREEN value IS 83 (32.81% from 255) = 34.73%

 BLUE value IS 74 (29.3% from 255) = 30.96%

R = 34.31%
G = 34.73%
B = 30.96%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.11

 K value IS 0.67

RGB Variations

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

Color information

#52534A (or 0x52534A) is known color: Ship Grey. HEX triplet: 52, 53 and 4A. RGB value is (82,83,74). Sum of RGB (Red+Green+Blue) = 82+83+74=239 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.31% from 239); Green value is 83 (32.81% from 255 or 34.73% from 239); Blue value is 74 (29.30% from 255 or 30.96% from 239); Max value from RGB is 83 - color contains mainly: green. Hex color #52534A is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #52534A is #ADACB5. Grayscale: #515151. Windows color (decimal): -11381942 or 4870994. OLE color: 4870994.

HSL color Cylindrical-coordinate representation of color #52534A: hue angle of 66.67º degrees, saturation: 0.06, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.11%. Process color model (Four color, CMYK) of #52534A is Cyan = 0.01, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 74 -
CMYK 0.01 0 0.11 0.67
HSL 66.67º 0.06% 0.31% -
HSV(B) 66.67º 0.11% 0.33% -
XYZ 7.81 8.47 7.7 -
YUV 81.68 123.67 128.23 -
System Red Green Blue C M Y K H S L
Decimal 82 83 74 0.01 0 0.11 0.67 66.67 0.06 0.31
Hex 52 53 4A 1 0 B 43 43 6 1F
Octal 122 123 112 1 0 13 103 103 6 37
Binary 1010010 1010011 1001010 1 0 1011 1000011 1000011 110 11111

Color Harmonies of #52534A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #52534A

Black with #52534A

Text Example


Text Example

White with #52534A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #52534A; }

 p { color: rgb(82,83,74); }

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

background-color css

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

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

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

border-color css

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

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

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