Html Css Color HEX #525346 Ship Grey

📋 copy color: '#525346'

red 82 ◦ green 83 ◦ blue 70

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

Shades of Ship Grey #525346

Tints of Ship Grey #525346

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 29.79%

R = 34.89%
G = 35.32%
B = 29.79%

CMYK

 C value IS 0.01

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#525346 (or 0x525346) is known color: Ship Grey. HEX triplet: 52, 53 and 46. RGB value is (82,83,70). Sum of RGB (Red+Green+Blue) = 82+83+70=235 (31% of max value = 765). Red value is 82 (32.42% from 255 or 34.89% from 235); Green value is 83 (32.81% from 255 or 35.32% from 235); Blue value is 70 (27.73% from 255 or 29.79% from 235); Max value from RGB is 83 - color contains mainly: green. Hex color #525346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #525346 is #ADACB9. Grayscale: #515151. Windows color (decimal): -11381946 or 4608850. OLE color: 4608850.

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

Color convert

RGB 82 83 70 -
CMYK 0.01 0 0.16 0.67
HSL 64.62º 0.08% 0.3% -
HSV(B) 64.62º 0.16% 0.33% -
XYZ 7.68 8.42 7.02 -
YUV 81.22 121.67 128.56 -
System Red Green Blue C M Y K H S L
Decimal 82 83 70 0.01 0 0.16 0.67 64.62 0.08 0.3
Hex 52 53 46 1 0 10 43 41 8 1E
Octal 122 123 106 1 0 20 103 101 10 36
Binary 1010010 1010011 1000110 1 0 10000 1000011 1000001 1000 11110

Color Harmonies of #525346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #525346

Black with #525346

Text Example


Text Example

White with #525346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #525346; }

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

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

background-color css

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

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

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

border-color css

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

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

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