Html Css Color HEX #525250 Ship Grey

📋 copy color: '#525250'

red 82 ◦ green 82 ◦ blue 80

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

Shades of Ship Grey #525250

Tints of Ship Grey #525250

RGB

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

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

 BLUE value IS 80 (31.64% from 255) = 32.79%

R = 33.61%
G = 33.61%
B = 32.79%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.02

 K value IS 0.68

RGB Variations

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

Color information

#525250 (or 0x525250) is known color: Ship Grey. HEX triplet: 52, 52 and 50. RGB value is (82,82,80). Sum of RGB (Red+Green+Blue) = 82+82+80=244 (32% of max value = 765). Red value is 82 (32.42% from 255 or 33.61% from 244); Green value is 82 (32.42% from 255 or 33.61% from 244); Blue value is 80 (31.64% from 255 or 32.79% from 244); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525250 is not a web safe color. Web safe color analog (approx): #666666. Inversed color of #525250 is #ADADAF. Grayscale: #515151. Windows color (decimal): -11382192 or 5263954. OLE color: 5263954.

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

Color convert

RGB 82 82 80 -
CMYK 0 0 0.02 0.68
HSL 60º 0.01% 0.32% -
HSV(B) 60º 0.02% 0.32% -
XYZ 7.94 8.41 8.79 -
YUV 81.77 127 128.16 -
System Red Green Blue C M Y K H S L
Decimal 82 82 80 0 0 0.02 0.68 60 0.01 0.32
Hex 52 52 50 0 0 2 44 3C 1 20
Octal 122 122 120 0 0 2 104 74 1 40
Binary 1010010 1010010 1010000 0 0 10 1000100 111100 1 100000

Color Harmonies of #525250

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525250

Black with #525250

Text Example


Text Example

White with #525250

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525250; }

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

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

background-color css

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

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

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

border-color css

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

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

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