Html Css Color HEX #535346 Ship Grey

📋 copy color: '#535346'

red 83 ◦ green 83 ◦ blue 70

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

Shades of Ship Grey #535346

Tints of Ship Grey #535346

RGB

 RED value IS 83 (32.81% from 255) = 35.17%

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

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

R = 35.17%
G = 35.17%
B = 29.66%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.16

 K value IS 0.67

RGB Variations

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

Color information

#535346 (or 0x535346) is known color: Ship Grey. HEX triplet: 53, 53 and 46. RGB value is (83,83,70). Sum of RGB (Red+Green+Blue) = 83+83+70=236 (31% of max value = 765). Red value is 83 (32.81% from 255 or 35.17% from 236); Green value is 83 (32.81% from 255 or 35.17% from 236); Blue value is 70 (27.73% from 255 or 29.66% from 236); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535346 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535346 is #ACACB9. Grayscale: #515151. Windows color (decimal): -11316410 or 4608851. OLE color: 4608851.

HSL color Cylindrical-coordinate representation of color #535346: hue angle of 60º 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 #535346 is Cyan = 0, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 83 70 -
CMYK 0 0 0.16 0.67
HSL 60º 0.08% 0.3% -
HSV(B) 60º 0.16% 0.33% -
XYZ 7.77 8.47 7.02 -
YUV 81.52 121.5 129.06 -
System Red Green Blue C M Y K H S L
Decimal 83 83 70 0 0 0.16 0.67 60 0.08 0.3
Hex 53 53 46 0 0 10 43 3C 8 1E
Octal 123 123 106 0 0 20 103 74 10 36
Binary 1010011 1010011 1000110 0 0 10000 1000011 111100 1000 11110

Color Harmonies of #535346

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535346

Black with #535346

Text Example


Text Example

White with #535346

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535346; }

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

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

background-color css

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

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

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

border-color css

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

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

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