Html Css Color HEX #525348 Ship Grey

📋 copy color: '#525348'

red 82 ◦ green 83 ◦ blue 72

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

Shades of Ship Grey #525348

Tints of Ship Grey #525348

RGB

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

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

 BLUE value IS 72 (28.52% from 255) = 30.38%

R = 34.6%
G = 35.02%
B = 30.38%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.13

 K value IS 0.67

RGB Variations

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

Color information

#525348 (or 0x525348) is known color: Ship Grey. HEX triplet: 52, 53 and 48. RGB value is (82,83,72). Sum of RGB (Red+Green+Blue) = 82+83+72=237 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.60% from 237); Green value is 83 (32.81% from 255 or 35.02% from 237); Blue value is 72 (28.52% from 255 or 30.38% from 237); Max value from RGB is 83 - color contains mainly: green. Hex color #525348 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525348 is #ADACB7. Grayscale: #515151. Windows color (decimal): -11381944 or 4739922. OLE color: 4739922.

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

Color convert

RGB 82 83 72 -
CMYK 0.01 0 0.13 0.67
HSL 65.45º 0.07% 0.3% -
HSV(B) 65.45º 0.13% 0.33% -
XYZ 7.74 8.45 7.35 -
YUV 81.45 122.67 128.39 -
System Red Green Blue C M Y K H S L
Decimal 82 83 72 0.01 0 0.13 0.67 65.45 0.07 0.3
Hex 52 53 48 1 0 D 43 41 7 1E
Octal 122 123 110 1 0 15 103 101 7 36
Binary 1010010 1010011 1001000 1 0 1101 1000011 1000001 111 11110

Color Harmonies of #525348

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525348

Black with #525348

Text Example


Text Example

White with #525348

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525348; }

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

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

background-color css

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

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

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

border-color css

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

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

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