Html Css Color HEX #535342 Ship Grey

📋 copy color: '#535342'

red 83 ◦ green 83 ◦ blue 66

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

Shades of Ship Grey #535342

Tints of Ship Grey #535342

RGB

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

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

 BLUE value IS 66 (26.17% from 255) = 28.45%

R = 35.78%
G = 35.78%
B = 28.45%

CMYK

 C value IS 0

 M value IS 0

 Y value IS 0.20

 K value IS 0.67

RGB Variations

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

Color information

#535342 (or 0x535342) is known color: Ship Grey. HEX triplet: 53, 53 and 42. RGB value is (83,83,66). Sum of RGB (Red+Green+Blue) = 83+83+66=232 (30% of max value = 765). Red value is 83 (32.81% from 255 or 35.78% from 232); Green value is 83 (32.81% from 255 or 35.78% from 232); Blue value is 66 (26.17% from 255 or 28.45% from 232); Max value from RGB is 83 - color contains mainly: red, green. Hex color #535342 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535342 is #ACACBD. Grayscale: #515151. Windows color (decimal): -11316414 or 4346707. OLE color: 4346707.

HSL color Cylindrical-coordinate representation of color #535342: hue angle of 60º degrees, saturation: 0.11, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #535342 is Cyan = 0, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.67.

Color convert

RGB 83 83 66 -
CMYK 0 0 0.20 0.67
HSL 60º 0.11% 0.29% -
HSV(B) 60º 0.2% 0.33% -
XYZ 7.64 8.42 6.38 -
YUV 81.06 119.5 129.38 -
System Red Green Blue C M Y K H S L
Decimal 83 83 66 0 0 0.20 0.67 60 0.11 0.29
Hex 53 53 42 0 0 14 43 3C B 1D
Octal 123 123 102 0 0 24 103 74 13 35
Binary 1010011 1010011 1000010 0 0 10100 1000011 111100 1011 11101

Color Harmonies of #535342

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535342

Black with #535342

Text Example


Text Example

White with #535342

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535342; }

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

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

background-color css

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

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

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

border-color css

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

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

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