Html Css Color HEX #525244 Ship Grey

📋 copy color: '#525244'

red 82 ◦ green 82 ◦ blue 68

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

Shades of Ship Grey #525244

Tints of Ship Grey #525244

RGB

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

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

 BLUE value IS 68 (26.95% from 255) = 29.31%

R = 35.34%
G = 35.34%
B = 29.31%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#525244 (or 0x525244) is known color: Ship Grey. HEX triplet: 52, 52 and 44. RGB value is (82,82,68). Sum of RGB (Red+Green+Blue) = 82+82+68=232 (30% of max value = 765). Red value is 82 (32.42% from 255 or 35.34% from 232); Green value is 82 (32.42% from 255 or 35.34% from 232); Blue value is 68 (26.95% from 255 or 29.31% from 232); Max value from RGB is 82 - color contains mainly: red, green. Hex color #525244 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525244 is #ADADBB. Grayscale: #505050. Windows color (decimal): -11382204 or 4477522. OLE color: 4477522.

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

Color convert

RGB 82 82 68 -
CMYK 0 0 0.17 0.68
HSL 60º 0.09% 0.29% -
HSV(B) 60º 0.17% 0.32% -
XYZ 7.54 8.25 6.66 -
YUV 80.4 121 129.14 -
System Red Green Blue C M Y K H S L
Decimal 82 82 68 0 0 0.17 0.68 60 0.09 0.29
Hex 52 52 44 0 0 11 44 3C 9 1D
Octal 122 122 104 0 0 21 104 74 11 35
Binary 1010010 1010010 1000100 0 0 10001 1000100 111100 1001 11101

Color Harmonies of #525244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525244

Black with #525244

Text Example


Text Example

White with #525244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525244; }

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

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

background-color css

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

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

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

border-color css

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

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

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