Html Css Color HEX #525347 Ship Grey

📋 copy color: '#525347'

red 82 ◦ green 83 ◦ blue 71

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

Shades of Ship Grey #525347

Tints of Ship Grey #525347

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 30.08%

R = 34.75%
G = 35.17%
B = 30.08%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.14

 K value IS 0.67

RGB Variations

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

Color information

#525347 (or 0x525347) is known color: Ship Grey. HEX triplet: 52, 53 and 47. RGB value is (82,83,71). Sum of RGB (Red+Green+Blue) = 82+83+71=236 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.75% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 71 (28.12% from 255 or 30.08% from 236); Max value from RGB is 83 - color contains mainly: green. Hex color #525347 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525347 is #ADACB8. Grayscale: #515151. Windows color (decimal): -11381945 or 4674386. OLE color: 4674386.

HSL color Cylindrical-coordinate representation of color #525347: hue angle of 65º degrees, saturation: 0.08, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.14%. Process color model (Four color, CMYK) of #525347 is Cyan = 0.01, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.67.

Color convert

RGB 82 83 71 -
CMYK 0.01 0 0.14 0.67
HSL 65º 0.08% 0.3% -
HSV(B) 65º 0.14% 0.33% -
XYZ 7.71 8.44 7.18 -
YUV 81.33 122.17 128.48 -
System Red Green Blue C M Y K H S L
Decimal 82 83 71 0.01 0 0.14 0.67 65 0.08 0.3
Hex 52 53 47 1 0 E 43 41 8 1E
Octal 122 123 107 1 0 16 103 101 10 36
Binary 1010010 1010011 1000111 1 0 1110 1000011 1000001 1000 11110

Color Harmonies of #525347

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525347

Black with #525347

Text Example


Text Example

White with #525347

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525347; }

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

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

background-color css

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

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

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

border-color css

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

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

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