Html Css Color HEX #535646 Kelp

📋 copy color: '#535646'

red 83 ◦ green 86 ◦ blue 70

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

Shades of Kelp #535646

Tints of Kelp #535646

RGB

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

 GREEN value IS 86 (33.98% from 255) = 35.98%

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

R = 34.73%
G = 35.98%
B = 29.29%

CMYK

 C value IS 0.03

 M value IS 0

 Y value IS 0.19

 K value IS 0.66

RGB Variations

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

Color information

#535646 (or 0x535646) is known color: Kelp. HEX triplet: 53, 56 and 46. RGB value is (83,86,70). Sum of RGB (Red+Green+Blue) = 83+86+70=239 (31% of max value = 765). Red value is 83 (32.81% from 255 or 34.73% from 239); Green value is 86 (33.98% from 255 or 35.98% from 239); Blue value is 70 (27.73% from 255 or 29.29% from 239); Max value from RGB is 86 - color contains mainly: green. Hex color #535646 is not a web safe color. Web safe color analog (approx): #666633. Inversed color of #535646 is #ACA9B9. Grayscale: #535353. Windows color (decimal): -11315642 or 4609619. OLE color: 4609619.

HSL color Cylindrical-coordinate representation of color #535646: hue angle of 71.25º degrees, saturation: 0.1, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.19%. Process color model (Four color, CMYK) of #535646 is Cyan = 0.03, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.66.

Color convert

RGB 83 86 70 -
CMYK 0.03 0 0.19 0.66
HSL 71.25º 0.1% 0.31% -
HSV(B) 71.25º 0.19% 0.34% -
XYZ 8 8.94 7.1 -
YUV 83.28 120.51 127.8 -
System Red Green Blue C M Y K H S L
Decimal 83 86 70 0.03 0 0.19 0.66 71.25 0.1 0.31
Hex 53 56 46 3 0 13 42 47 A 1F
Octal 123 126 106 3 0 23 102 107 12 37
Binary 1010011 1010110 1000110 11 0 10011 1000010 1000111 1010 11111

Color Harmonies of #535646

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #535646

Black with #535646

Text Example


Text Example

White with #535646

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #535646; }

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

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

background-color css

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

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

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

border-color css

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

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

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