Html Css Color HEX #525349 Ship Grey

📋 copy color: '#525349'

red 82 ◦ green 83 ◦ blue 73

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

Shades of Ship Grey #525349

Tints of Ship Grey #525349

RGB

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

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

 BLUE value IS 73 (28.91% from 255) = 30.67%

R = 34.45%
G = 34.87%
B = 30.67%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.12

 K value IS 0.67

RGB Variations

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

Color information

#525349 (or 0x525349) is known color: Ship Grey. HEX triplet: 52, 53 and 49. RGB value is (82,83,73). Sum of RGB (Red+Green+Blue) = 82+83+73=238 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.45% from 238); Green value is 83 (32.81% from 255 or 34.87% from 238); Blue value is 73 (28.91% from 255 or 30.67% from 238); Max value from RGB is 83 - color contains mainly: green. Hex color #525349 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525349 is #ADACB6. Grayscale: #515151. Windows color (decimal): -11381943 or 4805458. OLE color: 4805458.

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

Color convert

RGB 82 83 73 -
CMYK 0.01 0 0.12 0.67
HSL 66º 0.06% 0.31% -
HSV(B) 66º 0.12% 0.33% -
XYZ 7.78 8.46 7.53 -
YUV 81.56 123.17 128.31 -
System Red Green Blue C M Y K H S L
Decimal 82 83 73 0.01 0 0.12 0.67 66 0.06 0.31
Hex 52 53 49 1 0 C 43 42 6 1F
Octal 122 123 111 1 0 14 103 102 6 37
Binary 1010010 1010011 1001001 1 0 1100 1000011 1000010 110 11111

Color Harmonies of #525349

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525349

Black with #525349

Text Example


Text Example

White with #525349

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525349; }

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

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

background-color css

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

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

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

border-color css

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

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

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